Method: ActiveRecord::Reflection::RuntimeReflection#initialize

Defined in:
lib/active_record/reflection.rb

#initialize(reflection, association) ⇒ RuntimeReflection

Returns a new instance of RuntimeReflection.



1261
1262
1263
1264
1265
# File 'lib/active_record/reflection.rb', line 1261

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