Skip to content

Commit

Permalink
Do not record changes on ignored changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmike committed Jul 6, 2014
1 parent 7c11332 commit 4f49962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/project.rb
Expand Up @@ -14,7 +14,7 @@ class Project < ActiveRecord::Base

has_many :commits

record_changes(except: [:available_amount_cache, :last_commit])
record_changes(except: [:available_amount_cache, :last_commit, :updated_at])

acts_as_commontable

Expand Down

0 comments on commit 4f49962

Please sign in to comment.