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:
parent
e71f5dad4e
commit
37f0820fe6
1 changed files with 1 additions and 1 deletions
|
@ -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!
|
||||
|
|
Loading…
Reference in a new issue