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