method
columns_hash?
rails 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 61
def columns_hash?(connection, table_name)
cache(connection).columns_hash?(connection, table_name)
end