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