method
new
v2.2.1 -
Show latest stable
- Class:
ActiveRecord::Associations::HasManyThroughAssociation
new(owner, reflection)public
No documentation available.
# File activerecord/lib/active_record/associations/has_many_through_association.rb, line 4
def initialize(owner, reflection)
reflection.check_validity!
super
end