Method: Chewy::Index.default_import_options
- Defined in:
- lib/chewy/index.rb
.default_import_options(params) ⇒ Object
224 225 226 227 |
# File 'lib/chewy/index.rb', line 224 def (params) params.assert_valid_keys(IMPORT_OPTIONS_KEYS) self. = .merge(params) end |