mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix a typo "devleopment" => "development"
[ci skip]
This commit is contained in:
parent
862c8c65a3
commit
cb18c07f6d
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue