method
load_schema
v4.2.9 -
Show latest stable
- Class:
ActiveRecord::Tasks::DatabaseTasks
load_schema(format = ActiveRecord::Base.schema_format, file = nil)public
No documentation available.
# File activerecord/lib/active_record/tasks/database_tasks.rb, line 194
def load_schema(format = ActiveRecord::Base.schema_format, file = nil)
ActiveSupport::Deprecation.warn( This method will act on a specific connection in the future. To act on the current connection, use `load_schema_current` instead..squish)
load_schema_current(format, file)
end