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