method
new
v7.2.3 -
Show latest stable
- Class:
ActiveRecord::Associations::AssociationScope::ReflectionProxy
new(reflection, aliased_table)public
No documentation available.
# File activerecord/lib/active_record/associations/association_scope.rb, line 104
def initialize(reflection, aliased_table)
super(reflection)
@aliased_table = aliased_table
end