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