Class: ActiveRecordEncryption::Quoter
- Inherits:
-
Object
- Object
- ActiveRecordEncryption::Quoter
- Includes:
- ActiveRecord::ConnectionAdapters::Quoting, Singleton
- Defined in:
- lib/active_record_encryption/quoter.rb
Overview
Serialize ruby object to string for encryption.
Instance Method Summary collapse
-
#unquoted_false ⇒ Object
minimum length of string for encryption.
-
#unquoted_true ⇒ Object
minimum length of string for encryption.
Instance Method Details
#unquoted_false ⇒ Object
minimum length of string for encryption
17 18 19 |
# File 'lib/active_record_encryption/quoter.rb', line 17 def unquoted_false 'f' end |
#unquoted_true ⇒ Object
minimum length of string for encryption
12 13 14 |
# File 'lib/active_record_encryption/quoter.rb', line 12 def unquoted_true 't' end |