method
columns_hash
v7.1.3.2 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::SchemaReflection
columns_hash(connection, table_name)public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/schema_cache.rb, line 57
def columns_hash(connection, table_name)
cache(connection).columns_hash(connection, table_name)
end