method
marshal_load
v4.2.9 -
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 83
def marshal_load(array)
@version, @columns, @columns_hash, @primary_keys, @tables = array
end