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