Flowdock
method

reset_negative_cache

Importance_0
v7.0.0 - Show latest stable - 0 notes - Class: Association
reset_negative_cache() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/associations/association.rb, line 57
      def reset_negative_cache # :nodoc:
        reset if loaded? && target.nil?
      end
Register or log in to add new notes.