module ActiveRecord::ActsAs::ReflectionsWithActsAs
Public Instance Methods
_reflections()
click to toggle source
Calls superclass method
# File lib/active_record/acts_as/class_methods.rb, line 4 def _reflections super.reverse_merge(acting_as_model._reflections) end