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