Method: ActiveRecord::ConnectionAdapters::BoundSchemaReflection#columns_hash?
- Defined in:
- activerecord/lib/active_record/connection_adapters/schema_cache.rb
#columns_hash?(table_name) ⇒ Boolean
201 202 203 |
# File 'activerecord/lib/active_record/connection_adapters/schema_cache.rb', line 201 def columns_hash?(table_name) @schema_reflection.columns_hash?(@pool, table_name) end |