diff options
author | Oge Nnadi <ogechi.nnadi@digitalscientists.com> | 2011-04-11 12:54:46 -0700 |
---|---|---|
committer | Oge Nnadi <ogechi.nnadi@digitalscientists.com> | 2011-04-11 12:54:46 -0700 |
commit | a43abfafd225e93b948bc64e5f270489b48613c6 (patch) | |
tree | 155f6566cf3928fbed1fb6750bf5e0be8bb03cc0 /activemodel | |
parent | c59456a1d92892cd98c34f348e16c4de6af92306 (diff) | |
download | rails-a43abfafd225e93b948bc64e5f270489b48613c6.tar.gz rails-a43abfafd225e93b948bc64e5f270489b48613c6.tar.bz2 rails-a43abfafd225e93b948bc64e5f270489b48613c6.zip |
Rewording
Diffstat (limited to 'activemodel')
-rw-r--r-- | activemodel/lib/active_model/dirty.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/lib/active_model/dirty.rb b/activemodel/lib/active_model/dirty.rb index a479795d51..5ede78617a 100644 --- a/activemodel/lib/active_model/dirty.rb +++ b/activemodel/lib/active_model/dirty.rb @@ -8,7 +8,7 @@ module ActiveModel # Provides a way to track changes in your object in the same way as # Active Record does. # - # The requirements to implement ActiveModel::Dirty are to: + # The requirements for implementing ActiveModel::Dirty are: # # * <tt>include ActiveModel::Dirty</tt> in your object # * Call <tt>define_attribute_methods</tt> passing each method you want to |