instance method
digest
Ruby on Rails 8.1.2
Since v5.2.8.1Signature
digest(finder, stack = [])
No documentation comment.
Parameters
-
finderreq -
stackopt = []
Source
# File actionview/lib/action_view/digestor.rb, line 93
def digest(finder, stack = [])
ActiveSupport::Digest.hexdigest("#{template.source}-#{dependency_digest(finder, stack)}")
end
Defined in actionview/lib/action_view/digestor.rb line 93
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::Digestor::Node