method
columns_hash?
rails latest stable - Class:
ActiveRecord::ConnectionAdapters::BoundSchemaReflection
columns_hash?(table_name)public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/schema_cache.rb, line 191
def columns_hash?(table_name)
@schema_reflection.columns_hash?(@connection, table_name)
end