Class: SearchModule

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/search_module.rb

Instance Method Summary collapse

Instance Method Details

#search_indicesObject



8
9
10
# File 'app/models/search_module.rb', line 8

def search_indices
  SearchIndex.where(searchable_type: klass)
end