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