summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-11-22 11:59:33 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-11-22 11:59:33 +0000
commitd1982d8156deb3776e1c2c8579eb3fbca8c50580 (patch)
tree786634cf96c00b272bac846d1aabc510e154b080 /app
parent827ab38725d712a9bc2df875e203057713069dd8 (diff)
downloadredmine-d1982d8156deb3776e1c2c8579eb3fbca8c50580.tar.gz
redmine-d1982d8156deb3776e1c2c8579eb3fbca8c50580.zip
replace tab to space at app/models/issue.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@13639 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r--app/models/issue.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/issue.rb b/app/models/issue.rb
index 5724ce4d6..22dca5212 100644
--- a/app/models/issue.rb
+++ b/app/models/issue.rb
@@ -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