method

has_encrypted_attributes?

rails latest stable - Class: ActiveRecord
has_encrypted_attributes?()
private

No documentation available.

# File activerecord/lib/active_record/encryption/encryptable_record.rb, line 204
        def has_encrypted_attributes?
          self.class.encrypted_attributes.present?
        end