method
through_scope_attributes
v4.2.1 -
Show latest stable
- Class:
ActiveRecord::Associations::HasManyThroughAssociation
through_scope_attributes()private
No documentation available.
# File activerecord/lib/active_record/associations/has_many_through_association.rb, line 105
def through_scope_attributes
scope.where_values_hash(through_association.reflection.name.to_s).
except!(through_association.reflection.foreign_key,
through_association.reflection.klass.inheritance_column)
end