Sha256: 746e74097a97e40c1ec19ddaecf00dbc48cb2baa2986c7cc238e0cafd1ecdc8d

Contents?: true

Size: 275 Bytes

Versions: 17

Compression:

Stored size: 275 Bytes

Contents

# frozen_string_literal: true

class ThinkingSphinx::ActiveRecord::Association
  def initialize(column)
    @column = column
  end

  def stack
    @column.__stack + [@column.__name]
  end

  def string?
    @column.is_a?(String)
  end

  def to_s
    @column.to_s
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
thinking-sphinx-5.6.0 lib/thinking_sphinx/active_record/association.rb
thinking-sphinx-5.5.1 lib/thinking_sphinx/active_record/association.rb
thinking-sphinx-5.5.0 lib/thinking_sphinx/active_record/association.rb
thinking-sphinx-5.4.0 lib/thinking_sphinx/active_record/association.rb
thinking-sphinx-5.3.0 lib/thinking_sphinx/active_record/association.rb
thinking-sphinx-5.2.1 lib/thinking_sphinx/active_record/association.rb
thinking-sphinx-5.2.0 lib/thinking_sphinx/active_record/association.rb
thinking-sphinx-5.1.0 lib/thinking_sphinx/active_record/association.rb
thinking-sphinx-5.0.0 lib/thinking_sphinx/active_record/association.rb
thinking-sphinx-4.4.1 lib/thinking_sphinx/active_record/association.rb
thinking-sphinx-4.4.0 lib/thinking_sphinx/active_record/association.rb
thinking-sphinx-4.3.2 lib/thinking_sphinx/active_record/association.rb
thinking-sphinx-4.3.1 lib/thinking_sphinx/active_record/association.rb
thinking-sphinx-4.3.0 lib/thinking_sphinx/active_record/association.rb
thinking-sphinx-4.2.0 lib/thinking_sphinx/active_record/association.rb
thinking-sphinx-4.1.0 lib/thinking_sphinx/active_record/association.rb
thinking-sphinx-4.0.0 lib/thinking_sphinx/active_record/association.rb