Class: SearchModule
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- SearchModule
- Defined in:
- app/models/search_module.rb
Instance Method Summary collapse
Instance Method Details
#indices ⇒ Object
6 7 8 9 |
# File 'app/models/search_module.rb', line 6 def indices SearchIndex.joins('INNER JOIN search_modules ON search_indices.searchable_type = search_modules.name') .where('search_modules.name = ?', name) end |