Flowdock
method

_set_detail

Importance_0
v3.1.0 - Show latest stable - 0 notes - Class: ActionView::LookupContext::Details
_set_detail(key, value) protected

No documentation

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

Hide source
# File actionpack/lib/action_view/lookup_context.rb, line 240
      def _set_detail(key, value)
        @details_key = nil
        @details = @details.dup if @details.frozen?
        @details[key] = value.freeze
      end
Register or log in to add new notes.