instance method
load_schema!
Ruby on Rails edge
Since v5.0.7.2 Private — implementation detail, not part of the public APISignature
load_schema!()
No documentation comment.
Source
# File activerecord/lib/active_record/model_schema.rb, line 622
def load_schema!
# The current schema context handles the default schema load.
end
Defined in activerecord/lib/active_record/model_schema.rb line 622
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ModelSchema::ClassMethods