class method
self.before
Ruby on Rails 5.0.7.2
Since v5.0.7.2 Last seen in v5.2.8.1Signature
self.before(target)
No documentation comment.
Parameters
-
targetreq
Source
# File actionview/lib/action_view/digestor.rb, line 10
def self.before(target)
ActionView::LookupContext::DetailsKey.clear
end
Defined in actionview/lib/action_view/digestor.rb line 10
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::Digestor::PerExecutionDigestCacheExpiry