Method: DuckRecord::Reflection::ClassMethods#clear_reflections_cache

Defined in:
lib/duck_record/reflection.rb

#clear_reflections_cacheObject

:nodoc:



105
106
107
# File 'lib/duck_record/reflection.rb', line 105

def clear_reflections_cache # :nodoc:
  @__reflections = nil
end