Module: Plok::Searchable
- Extended by:
- ActiveSupport::Concern
- Defined in:
- app/models/concerns/plok/searchable.rb
Overview
TODO: Find a way to spec this properly.
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
Instance Method Details
#translatable_locales ⇒ Object
5 6 7 |
# File 'app/models/concerns/plok/searchable.rb', line 5 def translatable_locales %w[nl fr] end |