Defect #38114 » sample_plugin.patch
extra/sample_plugin/app/models/meeting.rb (working copy) | ||
---|---|---|
7 | 7 |
:url => Proc.new {|o| {:controller => 'meetings', :action => 'show', :id => o.id}} |
8 | 8 | |
9 | 9 |
acts_as_activity_provider :timestamp => 'scheduled_on', |
10 |
:scope => proc { includes(:project) },
|
|
10 |
:scope => proc { joins(:project) },
|
|
11 | 11 |
:permission => nil |
12 | 12 |
end |