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