Flowdock
_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 98
      def _set_detail(key, value) # :doc:
        @details = @details.dup if @details_key
        @details_key = nil
        @details[key] = value
      end
Register or log in to add new notes.