diff options
author | Yves Senn <yves.senn@gmail.com> | 2014-11-24 12:14:47 +0100 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2014-11-24 12:14:47 +0100 |
commit | 77fbc5358616c131884df4e0b622241ebf2a129b (patch) | |
tree | e6fdf64bb01ffc8398c5c344a8b25765da419e92 | |
parent | 6a93aa6194661fc0c930345ac6831de24104959a (diff) | |
download | rails-77fbc5358616c131884df4e0b622241ebf2a129b.tar.gz rails-77fbc5358616c131884df4e0b622241ebf2a129b.tar.bz2 rails-77fbc5358616c131884df4e0b622241ebf2a129b.zip |
cleanup, remove trailing whitespace [ci skip]
-rw-r--r-- | activerecord/lib/active_record/migration.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/lib/active_record/migration.rb b/activerecord/lib/active_record/migration.rb index 2024b225e4..4e00eb3d99 100644 --- a/activerecord/lib/active_record/migration.rb +++ b/activerecord/lib/active_record/migration.rb @@ -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 |