Flowdock
method

_set_detail

Importance_0
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Class: DetailsCache
_set_detail(key, value) private

No documentation

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

Hide source
# File actionview/lib/action_view/lookup_context.rb, line 114
      def _set_detail(key, value) # :doc:
        @details = @details.dup if @digest_cache || @details_key
        @digest_cache = nil
        @details_key = nil
        @details[key] = value
      end
Register or log in to add new notes.