Method: ActiveRecord::Encryption::NullEncryptor#binary?

Defined in:
activerecord/lib/active_record/encryption/null_encryptor.rb

#binary?Boolean

Returns:

  • (Boolean)


20
21
22
# File 'activerecord/lib/active_record/encryption/null_encryptor.rb', line 20

def binary?
  false
end