Method: Chewy::Index::Adapter::Object#initialize
- Defined in:
- lib/chewy/index/adapter/object.rb
#initialize(target, **options) ⇒ Object
The signature of the index scope definition.
29 30 31 32 |
# File 'lib/chewy/index/adapter/object.rb', line 29 def initialize(target, **) @target = target = end |