diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-12-12 08:12:13 -0800 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-12-12 08:12:13 -0800 |
commit | 07fd25c759b079a12dcd087aeacf39deb3e549d0 (patch) | |
tree | 68daf738634ff37865370c48361845750819393e /activemodel/lib/active_model | |
parent | a9b3c8f2b03fec61aeea976a1ddfa9eb41c8a2ba (diff) | |
parent | 5fccd77b6c71e26fcbf879657c1f532999171900 (diff) | |
download | rails-07fd25c759b079a12dcd087aeacf39deb3e549d0.tar.gz rails-07fd25c759b079a12dcd087aeacf39deb3e549d0.tar.bz2 rails-07fd25c759b079a12dcd087aeacf39deb3e549d0.zip |
Merge pull request #13293 from akshay-vishnoi/typo
Spelling and Grammar checks [ci skip]
Diffstat (limited to 'activemodel/lib/active_model')
-rw-r--r-- | activemodel/lib/active_model/conversion.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/lib/active_model/conversion.rb b/activemodel/lib/active_model/conversion.rb index 21e4eb3c86..1856c852a2 100644 --- a/activemodel/lib/active_model/conversion.rb +++ b/activemodel/lib/active_model/conversion.rb @@ -41,7 +41,7 @@ module ActiveModel end # Returns an Enumerable of all key attributes if any is set, regardless if - # the object is persisted or not. If there no key attributes, returns +nil+. + # the object is persisted or not. Returns +nil+ if there are no key attributes. # # class Person < ActiveRecord::Base # end |