method
load_schema
v4.1.8 -
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 159
def load_schema(format = ActiveRecord::Base.schema_format, file = nil)
load_schema_current(format, file)
end