Class: SearchModule

Inherits:
ApplicationRecord show all
Defined in:
app/models/search_module.rb

Instance Method Summary collapse

Instance Method Details

#indicesObject



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