instance method
cache_digest
Ruby on Rails 6.1.7.10
Since v6.0.6 PrivateSignature
cache_digest()
No documentation comment.
Source
# File actiontext/lib/action_text/attachments/caching.rb, line 11
def cache_digest
Digest::SHA256.hexdigest(node.to_s)
end
Defined in actiontext/lib/action_text/attachments/caching.rb line 11
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionText::Attachments::Caching