Class: ActiveRecord::ConnectionAdapters::NullSchemaCache
- Inherits:
-
Object
- Object
- ActiveRecord::ConnectionAdapters::NullSchemaCache
- Defined in:
- lib/active_record/connection_adapters/null_schema_cache.rb
Instance Method Summary collapse
Instance Method Details
#columns(*args) ⇒ Object
14 15 16 |
# File 'lib/active_record/connection_adapters/null_schema_cache.rb', line 14 def columns(*args) [] end |
#columns_hash(*args) ⇒ Object
18 19 20 |
# File 'lib/active_record/connection_adapters/null_schema_cache.rb', line 18 def columns_hash(*args) {} end |