diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2010-05-05 00:55:44 -0300 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2010-05-05 00:55:44 -0300 |
commit | b38639ab7146a84bba92036ab05d325e4c3111be (patch) | |
tree | 61e08cd92878e6ef94f673979a8986624def6efb /activemodel/lib | |
parent | 583b60d109522907020700225f1c739737297a2d (diff) | |
download | rails-b38639ab7146a84bba92036ab05d325e4c3111be.tar.gz rails-b38639ab7146a84bba92036ab05d325e4c3111be.tar.bz2 rails-b38639ab7146a84bba92036ab05d325e4c3111be.zip |
typo 'Provivdes' -> 'Provides'
Diffstat (limited to 'activemodel/lib')
-rw-r--r-- | activemodel/lib/active_model/attribute_methods.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/lib/active_model/attribute_methods.rb b/activemodel/lib/active_model/attribute_methods.rb index b7c368ad8d..9bacc2a511 100644 --- a/activemodel/lib/active_model/attribute_methods.rb +++ b/activemodel/lib/active_model/attribute_methods.rb @@ -80,7 +80,7 @@ module ActiveModel # # end # - # Provivdes you with: + # Provides you with: # # AttributePerson.primary_key # # => "sysid" |