method
new
v7.1.3.4 -
Show latest stable
- Class:
ActiveRecord::Reflection::AssociationReflection::RuntimeReflection
new(reflection, association)public
No documentation available.
# File activerecord/lib/active_record/reflection.rb, line 1196
def initialize(reflection, association)
super()
@reflection = reflection
@association = association
end