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