Flowdock
method

reflect_on_included_associations

Importance_0
v2.0.3 - Show latest stable - 0 notes - Class: ActiveRecord::Associations::ClassMethods
reflect_on_included_associations(associations) private

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/associations.rb, line 1269
        def reflect_on_included_associations(associations)
          [ associations ].flatten.collect { |association| reflect_on_association(association.to_s.intern) }
        end
Register or log in to add new notes.