method
new
v5.0.0.1 -
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