method
new
rails latest stable - Class:
ActiveRecord::Associations::JoinDependency::JoinAssociation
new(reflection, children)public
No documentation available.
# File activerecord/lib/active_record/associations/join_dependency/join_association.rb, line 13
def initialize(reflection, children)
super(reflection.klass, children)
@reflection = reflection
end