Module: Puffer::OrmAdapter::Base
- Defined in:
- lib/puffer/orm_adapter/base.rb
Instance Method Summary collapse
Instance Method Details
#columns_hash ⇒ Object
5 6 7 |
# File 'lib/puffer/orm_adapter/base.rb', line 5 def columns_hash raise NotSupportedError end |
#filter(scope, fields, options = {}) ⇒ Object
13 14 15 |
# File 'lib/puffer/orm_adapter/base.rb', line 13 def filter scope, fields, = {} raise NotSupportedError end |
#reflection(name) ⇒ Object
9 10 11 |
# File 'lib/puffer/orm_adapter/base.rb', line 9 def reflection name raise NotSupportedError end |