Module: SupplejackApi::Support::Searchable
- Extended by:
- ActiveSupport::Concern
- Included in:
- Record
- Defined in:
- app/models/supplejack_api/support/searchable.rb
Defined Under Namespace
Modules: ClassMethods
Constant Summary collapse
- SUNSPOT_TYPE_NAMES =
{ string: :string, integer: :integer, datetime: :time, boolean: :boolean, latlon: :latlon }.freeze