Flowdock
method

aggregate_mapping

Importance_0
v2.3.8 - Show latest stable - 0 notes - Class: ActiveRecord::Base
aggregate_mapping(reflection) protected

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/base.rb, line 2286
        def aggregate_mapping(reflection)
          mapping = reflection.options[:mapping] || [reflection.name, reflection.name]
          mapping.first.is_a?(Array) ? mapping : [mapping]
        end
Register or log in to add new notes.