method
migration_railties
rails latest stable - Class:
Rails::Application
migration_railties()public
Return an array of railties respecting the order they’re loaded and the order specified by the railties_order config.
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.