Class ThinkingSphinx::ActiveRecord::Attribute::SphinxPresenter
In: lib/thinking_sphinx/active_record/attribute/sphinx_presenter.rb
Parent: Object

frozen_string_literal: true

Methods

Constants

SPHINX_TYPES = { :integer => :uint, :boolean => :bool, :timestamp => :timestamp, :float => :float, :string => :string, :bigint => :bigint, :ordinal => :str2ordinal, :wordcount => :str2wordcount, :json => :json

Public Class methods

Public Instance methods

[Validate]