From d3ebc8021b72be8c19ab466a5e1a4a3198d3fab9 Mon Sep 17 00:00:00 2001 From: RobertZK Date: Tue, 10 Feb 2015 21:15:23 -0600 Subject: Fix typo in Rails::Application#migration_railties --- railties/lib/rails/application.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'railties') diff --git a/railties/lib/rails/application.rb b/railties/lib/rails/application.rb index 8da73db821..b11815e013 100644 --- a/railties/lib/rails/application.rb +++ b/railties/lib/rails/application.rb @@ -428,8 +428,8 @@ module Rails # and the order specified by the +railties_order+ config. # # While when running initializers we need engines in reverse - # order here when copying migrations from railties we need then in the same - # order as given by +railties_order+ + # order here when copying migrations from railties we need them in the same + # order as given by +railties_order+. def migration_railties # :nodoc: ordered_railties.flatten - [self] end -- cgit v1.2.3