mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Corrected grammatical errors in schema_dumper and scoping/default
This commit is contained in:
parent
1c8e222cea
commit
248fa70ccd
2 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ module ActiveRecord
|
|||
# from scratch. The latter is a flawed and unsustainable approach (the more migrations
|
||||
# you'll amass, the slower it'll run and the greater likelihood for issues).
|
||||
#
|
||||
# It's strongly recommended to check this file into your version control system.
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(#{define_params}) do
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ module ActiveRecord
|
|||
# Post.limit(10) # Fires "SELECT * FROM posts LIMIT 10"
|
||||
# }
|
||||
#
|
||||
# It is recommended to use the block form of unscoped because chaining
|
||||
# It is recommended that you use the block form of unscoped because chaining
|
||||
# unscoped with <tt>scope</tt> does not work. Assuming that
|
||||
# <tt>published</tt> is a <tt>scope</tt>, the following two statements
|
||||
# are equal: the default_scope is applied on both.
|
||||
|
|
Loading…
Reference in a new issue