Skip to content

Commit

Permalink
Remove double creation dirty reset method
Browse files Browse the repository at this point in the history
This double call was added by this commit
bfb4a28
  • Loading branch information
kostyantyn authored and durran committed Oct 10, 2012
1 parent e57bf99 commit 2f4a45b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/mongoid/dirty.rb
Expand Up @@ -264,7 +264,6 @@ def create_dirty_methods(name, meth)
create_dirty_default_change_check(name, meth)
create_dirty_previous_value_accessor(name, meth)
create_dirty_reset(name, meth)
create_dirty_reset(name, meth)
end

# Creates the dirty change accessor.
Expand Down

0 comments on commit 2f4a45b

Please sign in to comment.