instance method support_unencrypted_data?

Ruby on Rails 8.0.4

Since v7.1.6

Available in: v7.1.6 v7.2.3 v8.0.4 v8.1.2

Signature

support_unencrypted_data?()

No documentation comment.

Source
# File activerecord/lib/active_record/encryption/scheme.rb, line 48
      def support_unencrypted_data?
        @support_unencrypted_data.nil? ? ActiveRecord::Encryption.config.support_unencrypted_data : @support_unencrypted_data
      end

Defined in activerecord/lib/active_record/encryption/scheme.rb line 48 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveRecord::Encryption::Scheme

Type at least 2 characters to search.

↑↓ navigate · open · esc close