method

referenced_columns

referenced_columns()
protected

No documentation available.

# File activerecord/lib/active_record/relation/where_clause.rb, line 119
        def referenced_columns
          hash = {}
          each_attributes { |attr, node| hash[attr] = node }
          hash
        end