instance method
load_schema_for
Ruby on Rails 5.0.7.2
Since v5.0.7.2 Last seen in v5.0.7.2Signature
load_schema_for(*args)
No documentation comment.
Parameters
-
argsrest
Source
# File activerecord/lib/active_record/tasks/database_tasks.rb, line 236
def load_schema_for(*args)
ActiveSupport::Deprecation.warn(<<-MSG.squish)
This method was renamed to `#load_schema` and will be removed in the future.
Use `#load_schema` instead.
MSG
load_schema(*args)
end
Defined in activerecord/lib/active_record/tasks/database_tasks.rb line 236
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Tasks::DatabaseTasks