method
marshal_load
v5.2.3 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::SchemaCache
marshal_load(array)public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/schema_cache.rb, line 107
def marshal_load(array)
@version, @columns, @columns_hash, @primary_keys, @data_sources = array
end