method

has_encrypted_rich_texts?

Importance_0
v7.1.3.4 - Show latest stable - 0 notes - Class: Encryption
has_encrypted_rich_texts?() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actiontext/lib/action_text/encryption.rb, line 28
      def has_encrypted_rich_texts?
        encryptable_rich_texts.present?
      end
Register or log in to add new notes.