method
mapping
v5.2.3 -
Show latest stable
- Class:
ActiveRecord::Reflection::AggregateReflection
mapping()public
No documentation available.
# File activerecord/lib/active_record/reflection.rb, line 409
def mapping
mapping = options[:mapping] || [name, name]
mapping.first.is_a?(Array) ? mapping : [mapping]
end