diff options
author | Akshay Vishnoi <akshay.vishnoi@vinsol.com> | 2013-12-12 18:28:34 +0530 |
---|---|---|
committer | Akshay Vishnoi <akshay.vishnoi@vinsol.com> | 2013-12-12 18:28:34 +0530 |
commit | 5fccd77b6c71e26fcbf879657c1f532999171900 (patch) | |
tree | 12a35acd93877bb547bdbef986a2ee202fc5312d /activemodel | |
parent | 5c5d5080b7ea008f0b4a5bf2e65bb22d24094cea (diff) | |
download | rails-5fccd77b6c71e26fcbf879657c1f532999171900.tar.gz rails-5fccd77b6c71e26fcbf879657c1f532999171900.tar.bz2 rails-5fccd77b6c71e26fcbf879657c1f532999171900.zip |
Spelling and Grammar checks
Diffstat (limited to 'activemodel')
-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 |