module ActiveRecord::Reflection::ClassMethods

def clear_reflections_cache # :nodoc:

:nodoc:
def clear_reflections_cache # :nodoc:
  @__reflections = nil
end