aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_methods.rb
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2015-01-25 16:07:54 +0100
committerRémy Coutable <remy@rymai.me>2015-01-25 16:07:54 +0100
commitcb18c07f6de0c15a5fb48b3ccc2d18db8a6d15ca (patch)
tree6a4120c08b547da528e8711d0b5b91d2c7c6fcf8 /activerecord/lib/active_record/attribute_methods.rb
parent862c8c65a3ae8615dd30a0a2392aeaaf083d2b2f (diff)
downloadrails-cb18c07f6de0c15a5fb48b3ccc2d18db8a6d15ca.tar.gz
rails-cb18c07f6de0c15a5fb48b3ccc2d18db8a6d15ca.tar.bz2
rails-cb18c07f6de0c15a5fb48b3ccc2d18db8a6d15ca.zip
Fix a typo "devleopment" => "development"
[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 b2db0ceae7..6de71896ee 100644
--- a/activerecord/lib/active_record/attribute_methods.rb
+++ b/activerecord/lib/active_record/attribute_methods.rb
@@ -370,7 +370,7 @@ module ActiveRecord
end
# Returns the name of all database fields which have been read from this
- # model. This can be useful in devleopment mode to determine which fields
+ # model. This can be useful in development mode to determine which fields
# need to be selected. For performance critical pages, selecting only the
# required fields can be an easy performance win (assuming you aren't using
# all of the fields on the model).