method

clear_reflections_cache

rails latest stable - Class: ActiveRecord::Reflection::ClassMethods
clear_reflections_cache()
public

No documentation available.

# File activerecord/lib/active_record/reflection.rb, line 130
      def clear_reflections_cache # :nodoc:
        @__reflections = nil
      end