method
referenced_columns
v8.0.0 -
Show latest stable
- Class:
ActiveRecord::Relation::WhereClause
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