diff options
author | amitkumarsuroliya <amitkumarsuroliya@gmail.com> | 2015-09-24 08:15:42 +0530 |
---|---|---|
committer | amitkumarsuroliya <amitkumarsuroliya@gmail.com> | 2015-09-24 08:15:42 +0530 |
commit | 2629d61ad8c12c5f0249fae9d7e84dd80a8ab2b8 (patch) | |
tree | 18f09a83646664489f662e592347c05486f8736b /activerecord/lib | |
parent | 10762e9e550a8221ae4b28e6274fd01992004591 (diff) | |
download | rails-2629d61ad8c12c5f0249fae9d7e84dd80a8ab2b8.tar.gz rails-2629d61ad8c12c5f0249fae9d7e84dd80a8ab2b8.tar.bz2 rails-2629d61ad8c12c5f0249fae9d7e84dd80a8ab2b8.zip |
Fix ActiveRecord `instance_method_already_implemented` docs [ci skip]
Diffstat (limited to 'activerecord/lib')
-rw-r--r-- | activerecord/lib/active_record/attribute_methods.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/attribute_methods.rb b/activerecord/lib/active_record/attribute_methods.rb index 82b07de482..99b500526d 100644 --- a/activerecord/lib/active_record/attribute_methods.rb +++ b/activerecord/lib/active_record/attribute_methods.rb @@ -96,7 +96,7 @@ module ActiveRecord end end - # Raises a <tt>ActiveRecord::DangerousAttributeError</tt> exception when an + # Raises an <tt>ActiveRecord::DangerousAttributeError</tt> exception when an # \Active \Record method is defined in the model, otherwise +false+. # # class Person < ActiveRecord::Base |