Skip to content

Commit

Permalink
Add line which gives a little bit more information how *_will_change!…
Browse files Browse the repository at this point in the history
… works.
  • Loading branch information
edtsech committed May 1, 2012
1 parent b8d2fec commit 6e8f2be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions activemodel/lib/active_model/dirty.rb
Expand Up @@ -83,6 +83,7 @@ module ActiveModel
# in-place attributes.
#
# person.name_will_change!
# person.name_change # => ['Bill', 'Bill']
# person.name << 'y'
# person.name_change # => ['Bill', 'Billy']
module Dirty
Expand Down

0 comments on commit 6e8f2be

Please sign in to comment.