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