Class: SearchModule
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- SearchModule
- Defined in:
- app/models/search_module.rb
Instance Method Summary collapse
Instance Method Details
#search_indices ⇒ Object
8 9 10 |
# File 'app/models/search_module.rb', line 8 def search_indices SearchIndex.where(searchable_type: klass) end |