Method: ActiveRecord::Encryption::Encryptor#binary?

Defined in:
lib/active_record/encryption/encryptor.rb

#binary?Boolean

Returns:

  • (Boolean)


84
85
86
# File 'lib/active_record/encryption/encryptor.rb', line 84

def binary?
  serializer.binary?
end