instance method
encrypt_rich_texts
Ruby on Rails 7.0.10
Since v7.0.10 PrivateSignature
encrypt_rich_texts()
No documentation comment.
Source
# File actiontext/lib/action_text/encryption.rb, line 20
def encrypt_rich_texts
encryptable_rich_texts.each(&:encrypt)
end
Defined in actiontext/lib/action_text/encryption.rb line 20
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionText::Encryption