Sha256: 5acee0e49146ffa6149a86820cd571603fd7e01dbbd6ba191042cd8865752a05

Contents?: true

Size: 162 Bytes

Versions: 3

Compression:

Stored size: 162 Bytes

Contents

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

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
thinking-sphinx-3.0.0 lib/thinking_sphinx/active_record/association.rb
thinking-sphinx-3.0.0.rc lib/thinking_sphinx/active_record/association.rb
thinking-sphinx-3.0.0.pre lib/thinking_sphinx/active_record/association.rb