Method: ActiveEntity::Reflection::ClassMethods#clear_reflections_cache
- Defined in:
- lib/active_entity/reflection.rb
#clear_reflections_cache ⇒ Object
:nodoc:
127 128 129 |
# File 'lib/active_entity/reflection.rb', line 127 def clear_reflections_cache # :nodoc: @__reflections = nil end |