method
clear_reflections_cache
v4.2.9 -
Show latest stable
- Class:
ActiveRecord::Reflection::ClassMethods
clear_reflections_cache()public
No documentation available.
# File activerecord/lib/active_record/reflection.rb, line 126
def clear_reflections_cache #:nodoc:
@__reflections = nil
end