We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea2d3e commit 894bb2fCopy full SHA for 894bb2f
extra/sample_plugin/app/models/meeting.rb
@@ -7,6 +7,6 @@ class Meeting < ActiveRecord::Base
7
:url => Proc.new {|o| {:controller => 'meetings', :action => 'show', :id => o.id}}
8
9
acts_as_activity_provider :timestamp => 'scheduled_on',
10
- :scope => proc { includes(:project) },
+ :scope => proc { joins(:project) },
11
:permission => nil
12
end
0 commit comments