* 'master' of https://github.com/activerecord-hackery/ransack:
  Updated AR-specific reference to use Polyamorous
  Fix erroneous reference to AR class
This commit is contained in:
Jon Atack 2015-03-31 15:43:05 +05:30
commit ddaf04f317
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ module Ransack
:string_join
when Hash, Symbol, Array
:association_join
when ActiveRecord::Associations::JoinDependency
when Polyamorous::JoinDependency, Polyamorous::JoinAssociation
:stashed_join
when Arel::Nodes::Join
:join_node