method

new

rails 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