|
|
@ -51,7 +51,7 @@ class Bid < ActiveRecord::Base
|
|
|
|
:author => :author,
|
|
|
|
:author => :author,
|
|
|
|
:url => Proc.new {|o| {:controller => 'bids', :action => 'show', :id => o.id}}
|
|
|
|
:url => Proc.new {|o| {:controller => 'bids', :action => 'show', :id => o.id}}
|
|
|
|
|
|
|
|
|
|
|
|
acts_as_activity_provider :find_options => {:include => [:project, :author]},
|
|
|
|
acts_as_activity_provider :find_options => {:include => [:projects, :author]},
|
|
|
|
:author_key => :author_id
|
|
|
|
:author_key => :author_id
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|