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