mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
cleanup, remove trailing whitespace [ci skip]
This commit is contained in:
parent
6a93aa6194
commit
77fbc53586
1 changed files with 2 additions and 2 deletions
|
@ -184,8 +184,8 @@ module ActiveRecord
|
|||
# you wish to downgrade. Alternatively, you can also use the STEP option if you
|
||||
# wish to rollback last few migrations. <tt>rake db:migrate STEP=2</tt> will rollback
|
||||
# the latest two migrations.
|
||||
#
|
||||
# If any of the migrations throw an <tt>ActiveRecord::IrreversibleMigration</tt> exception,
|
||||
#
|
||||
# If any of the migrations throw an <tt>ActiveRecord::IrreversibleMigration</tt> exception,
|
||||
# that step will fail and you'll have some manual work to do.
|
||||
#
|
||||
# == Database support
|
||||
|
|
Loading…
Reference in a new issue