]> source.dussan.org Git - redmine.git/commitdiff
remove spaces inside {} of app/models/issue.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 17 Nov 2020 12:41:33 +0000 (12:41 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 17 Nov 2020 12:41:33 +0000 (12:41 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20411 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/models/issue.rb

index 49e699720a1aebc7f5c49b246bf2ac059c245639..bda93ddc8cabbdfc513ed321a66131d72bbaf856 100644 (file)
@@ -51,7 +51,7 @@ class Issue < ActiveRecord::Base
                 :url => Proc.new {|o| {:controller => 'issues', :action => 'show', :id => o.id}},
                 :type => Proc.new {|o| 'issue' + (o.closed? ? '-closed' : '')}
 
-  acts_as_activity_provider :scope => proc { preload(:project, :author, :tracker, :status) },
+  acts_as_activity_provider :scope => proc {preload(:project, :author, :tracker, :status)},
                             :author_key => :author_id
 
   DONE_RATIO_OPTIONS = %w(issue_field issue_status)