Class: ActiveRecord::Associations::AssociationScope::ReflectionProxy

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
lib/active_record/associations/association_scope.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(reflection, aliased_table) ⇒ ReflectionProxy

Returns a new instance of ReflectionProxy.



104
105
106
107
# File 'lib/active_record/associations/association_scope.rb', line 104

def initialize(reflection, aliased_table)
  super(reflection)
  @aliased_table = aliased_table
end

Instance Attribute Details

#aliased_tableObject (readonly)

Returns the value of attribute aliased_table.



102
103
104
# File 'lib/active_record/associations/association_scope.rb', line 102

def aliased_table
  @aliased_table
end

Instance Method Details

#all_includesObject



109
# File 'lib/active_record/associations/association_scope.rb', line 109

def all_includes; nil; end