1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix typo [ci skip]

I think this was supposed to be "roundTrip".
This commit is contained in:
Luke Hutscal 2015-02-23 13:27:41 -05:00 committed by Luke Hutscal
parent e71f5dad4e
commit 37f0820fe6

View file

@ -395,7 +395,7 @@ module ActiveRecord
def load_schema_if_pending!
if ActiveRecord::Migrator.needs_migration? || !ActiveRecord::Migrator.any_migrations?
# Roundrip to Rake to allow plugins to hook into database initialization.
# Roundtrip to Rake to allow plugins to hook into database initialization.
FileUtils.cd Rails.root do
current_config = Base.connection_config
Base.clear_all_connections!