method
cache_digest
v8.1.1 -
Show latest stable
- Class:
ActionText::Attachments::Caching
cache_digest()private
No documentation available.
# File actiontext/lib/action_text/attachments/caching.rb, line 13
def cache_digest
OpenSSL::Digest::SHA256.hexdigest(node.to_s)
end