1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-04 22:59:47 +00:00

replace tab to space at app/models/issue.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@13639 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2014-11-22 11:59:33 +00:00
parent 827ab38725
commit d1982d8156

View File

@ -697,7 +697,7 @@ class Issue < ActiveRecord::Base
@current_journal
end
# Returns the current journal or nil if it's not initialized
# Returns the current journal or nil if it's not initialized
def current_journal
@current_journal
end