method
load_from
v7.1.3.4 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::SchemaCache
load_from(filename)public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/schema_cache.rb, line 228
def load_from(filename) # :nodoc:
BoundSchemaReflection.new(SchemaReflection.new(filename), nil)
end