method
new
v5.2.3 -
Show 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 12
def initialize(reflection, children)
super(reflection.klass, children)
@reflection = reflection
@tables = nil
end