mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-30 20:29:37 +00:00
remove spaces inside {} of app/models/message.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20419 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
d6357691b0
commit
3b36e37fd7
@ -47,7 +47,7 @@ class Message < ActiveRecord::Base
|
||||
)
|
||||
end
|
||||
)
|
||||
acts_as_activity_provider :scope => proc { preload({:board => :project}, :author) },
|
||||
acts_as_activity_provider :scope => proc {preload({:board => :project}, :author)},
|
||||
:author_key => :author_id
|
||||
acts_as_watchable
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user