From d969405acd98a6e6b39391e45fc3803fd3f26d32 Mon Sep 17 00:00:00 2001 From: Robin Dupret Date: Thu, 5 Mar 2015 14:17:01 +0100 Subject: Some documentation edits [ci skip] * Fix a few typos * Wrap some lines around 80 chars * Rephrase some statements --- railties/lib/rails/application.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'railties') diff --git a/railties/lib/rails/application.rb b/railties/lib/rails/application.rb index b11815e013..ff6c905f3e 100644 --- a/railties/lib/rails/application.rb +++ b/railties/lib/rails/application.rb @@ -427,9 +427,9 @@ module Rails # Return an array of railties respecting the order they're loaded # 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 them in the same - # order as given by +railties_order+. + # While running initializers we need engines in reverse order here when + # copying migrations from railties ; we need them in the order given by + # +railties_order+. def migration_railties # :nodoc: ordered_railties.flatten - [self] end -- cgit v1.2.3