removing now-unused methods

pull/6827/head
Gregor Schmidt 13 years ago
parent d7f3c14255
commit 082191eb33
  1. 15
      lib/backlogs/patches/issue_patch.rb

@ -85,21 +85,6 @@ module Backlogs::Patches::IssuePatch
self.project.issue_statuses.include?(self.status)
end
def journalized_update_attributes!(attribs)
init_journal(User.current)
update_attributes!(attribs)
end
def journalized_update_attributes(attribs)
init_journal(User.current)
update_attributes(attribs)
end
def journalized_update_attribute(attrib, v)
init_journal(User.current)
update_attribute(attrib, v)
end
def to_story
Story.find(id) if is_story?
end

Loading…
Cancel
Save