class ThinkingSphinx::ActiveRecord::Attribute

Private Instance Methods

typist() click to toggle source
# File lib/thinking_sphinx/active_record/attribute.rb, line 9
def typist
  @typist ||= ThinkingSphinx::ActiveRecord::Attribute::Type.new self, @model
end
values() click to toggle source
# File lib/thinking_sphinx/active_record/attribute.rb, line 13
def values
  @values ||= ThinkingSphinx::ActiveRecord::Attribute::Values.new self
end