diff --git a/app/models/choice.rb b/app/models/choice.rb index c42f81a..7d70fcf 100644 --- a/app/models/choice.rb +++ b/app/models/choice.rb @@ -1,5 +1,5 @@ class Choice < ActiveRecord::Base - acts_as_versioned + acts_as_versioned :if_changed => [:data, :creator_id, :question_id, :active] belongs_to :question, :counter_cache => true belongs_to :creator, :class_name => "Visitor", :foreign_key => "creator_id" -- libgit2 0.21.2