Browse Source

place the '.' on the previous line of the method call at app/models/project.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@20653 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.2.0
Toshi MARUYAMA 3 years ago
parent
commit
ee877f6c2e
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      app/models/project.rb

+ 2
- 2
app/models/project.rb View File

@@ -318,8 +318,8 @@ class Project < ActiveRecord::Base
def commit_logtime_activity
activity_id = Setting.commit_logtime_activity_id.to_i
if activity_id > 0
activities
.find_by('id = ? OR parent_id = ?', activity_id, activity_id)
activities.
find_by('id = ? OR parent_id = ?', activity_id, activity_id)
end
end


Loading…
Cancel
Save