class ThinkingSphinx::ActiveRecord::Attribute
Private Instance Methods
typist()
click to toggle source
# File lib/thinking_sphinx/active_record/attribute.rb, line 11 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 15 def values @values ||= ThinkingSphinx::ActiveRecord::Attribute::Values.new self end