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