instance method
_set_detail
Ruby on Rails 8.0.4
Since v3.2.22.5 PrivateSignature
_set_detail(key, value)
No documentation comment.
Parameters
-
keyreq -
valuereq
Source
# File actionview/lib/action_view/lookup_context.rb, line 116
def _set_detail(key, value) # :doc:
@details = @details.dup if @digest_cache || @details_key
@digest_cache = nil
@details_key = nil
@details[key] = value
end
Defined in actionview/lib/action_view/lookup_context.rb line 116
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::LookupContext::DetailsCache