aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_methods.rb
diff options
context:
space:
mode:
authorHendy Tanata <htanata@gmail.com>2014-11-26 09:16:44 -0800
committerVijay Dev <vijaydev.cse@gmail.com>2014-11-30 10:26:13 +0000
commit6874133f9e5ca79f30f43632da4338d7b82ddeff (patch)
tree6a28edeb393cd095de252335f9e3c9cec7c78d13 /activerecord/lib/active_record/attribute_methods.rb
parent98e41032fd0f31cb732d8b4c206ca7a32fae7cc0 (diff)
downloadrails-6874133f9e5ca79f30f43632da4338d7b82ddeff.tar.gz
rails-6874133f9e5ca79f30f43632da4338d7b82ddeff.tar.bz2
rails-6874133f9e5ca79f30f43632da4338d7b82ddeff.zip
Fix grammar on ActiveRecord::AttributeMethods doc.
[ci skip]
Diffstat (limited to 'activerecord/lib/active_record/attribute_methods.rb')
-rw-r--r--activerecord/lib/active_record/attribute_methods.rb2
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 d766996d37..83fcefa64d 100644
--- a/activerecord/lib/active_record/attribute_methods.rb
+++ b/activerecord/lib/active_record/attribute_methods.rb
@@ -218,7 +218,7 @@ module ActiveRecord
# A Person object with a name attribute can ask <tt>person.respond_to?(:name)</tt>,
# <tt>person.respond_to?(:name=)</tt>, and <tt>person.respond_to?(:name?)</tt>
- # which will all return +true+. It also define the attribute methods if they have
+ # which will all return +true+. It also defines the attribute methods if they have
# not been generated.
#
# class Person < ActiveRecord::Base