Method: ActiveRecord::Reflection::RuntimeReflection#initialize
- Defined in:
- lib/active_record/reflection.rb
#initialize(reflection, association) ⇒ RuntimeReflection
Returns a new instance of RuntimeReflection.
1026 1027 1028 1029 |
# File 'lib/active_record/reflection.rb', line 1026 def initialize(reflection, association) @reflection = reflection @association = association end |