diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-05-05 15:55:50 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-05-05 15:55:50 +0000 |
commit | 71e6f22670fed199d21564c9845d251bdb8c0337 (patch) | |
tree | 97846209e294d3f0e9edf74aa58c99a5b4903468 /app/models | |
parent | 0dbbf776c6d65f9e2a1dcc2484871f6cd397015e (diff) | |
download | redmine-71e6f22670fed199d21564c9845d251bdb8c0337.tar.gz redmine-71e6f22670fed199d21564c9845d251bdb8c0337.zip |
Issue#long_id no more used and removed
git-svn-id: http://redmine.rubyforge.org/svn/trunk@510 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/models')
-rw-r--r-- | app/models/issue.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/models/issue.rb b/app/models/issue.rb index 6dc812ce4..52aaa0931 100644 --- a/app/models/issue.rb +++ b/app/models/issue.rb @@ -82,10 +82,6 @@ class Issue < ActiveRecord::Base def after_save relations_from.each(&:set_issue_to_dates) - end - - def long_id - "%05d" % self.id end def custom_value_for(custom_field) |