Method: ActionView::LookupContext::DetailsCache#details_key
- Defined in:
- actionview/lib/action_view/lookup_context.rb
#details_key ⇒ Object
Calculate the details key. Remove the handlers from calculation to improve performance since the user cannot modify it explicitly.
103 104 105 |
# File 'actionview/lib/action_view/lookup_context.rb', line 103 def details_key # :nodoc: @details_key ||= DetailsKey.details_cache_key(@details) if @cache end |