Skip to content

Commit 6254047

Browse files
committed
[ci skip] Fix comment, since Rails 3.1 is out
1 parent db0e649 commit 6254047

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

2015_05_10_.dump

Whitespace-only changes.

activerecord/lib/active_record/migration.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,9 +307,8 @@ def initialize
307307
#
308308
# == Reversible Migrations
309309
#
310-
# Starting with Rails 3.1, you will be able to define reversible migrations.
311310
# 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
311+
# You simply supply the +up+ logic, and the Migration system figures out
313312
# how to execute the down commands for you.
314313
#
315314
# To define a reversible migration, define the +change+ method in your

0 commit comments

Comments
 (0)