From 625404762a891c5dfbb5355eca3416b9592f7643 Mon Sep 17 00:00:00 2001 From: claudiob Date: Sun, 10 May 2015 16:21:10 -0700 Subject: [ci skip] Fix comment, since Rails 3.1 is out --- 2015_05_10_.dump | 0 activerecord/lib/active_record/migration.rb | 3 +-- 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 2015_05_10_.dump diff --git a/2015_05_10_.dump b/2015_05_10_.dump new file mode 100644 index 0000000000..e69de29bb2 diff --git a/activerecord/lib/active_record/migration.rb b/activerecord/lib/active_record/migration.rb index a83b90a95f..ef446ce596 100644 --- a/activerecord/lib/active_record/migration.rb +++ b/activerecord/lib/active_record/migration.rb @@ -307,9 +307,8 @@ module ActiveRecord # # == Reversible Migrations # - # Starting with Rails 3.1, you will be able to define reversible migrations. # Reversible migrations are migrations that know how to go +down+ for you. - # 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 # how to execute the down commands for you. # # To define a reversible migration, define the +change+ method in your -- cgit v1.2.3