Method: DuckRecord::Reflection::ClassMethods#clear_reflections_cache
- Defined in:
- lib/duck_record/reflection.rb
#clear_reflections_cache ⇒ Object
:nodoc:
105 106 107 |
# File 'lib/duck_record/reflection.rb', line 105 def clear_reflections_cache # :nodoc: @__reflections = nil end |