We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db0e649 commit 6254047Copy full SHA for 6254047
2015_05_10_.dump
activerecord/lib/active_record/migration.rb
@@ -307,9 +307,8 @@ def initialize
307
#
308
# == Reversible Migrations
309
310
- # Starting with Rails 3.1, you will be able to define reversible migrations.
311
# Reversible migrations are migrations that know how to go +down+ for you.
312
- # You simply supply the +up+ logic, and the Migration system will figure out
+ # You simply supply the +up+ logic, and the Migration system figures out
313
# how to execute the down commands for you.
314
315
# To define a reversible migration, define the +change+ method in your
0 commit comments