app/models/action.rb in artfully_ose-1.2.0.pre.4 vs app/models/action.rb in artfully_ose-1.2.0.pre.5
- old
+ new
@@ -1,8 +1,8 @@
class Action < ActiveRecord::Base
include OhNoes::Destroy
- belongs_to :person
+ belongs_to :person, touch: true
belongs_to :creator, :class_name => "User", :foreign_key => "creator_id"
belongs_to :organization
belongs_to :subject, :polymorphic => true
belongs_to :import