Method: ActiveRecord::Encryption::Config#support_unencrypted_data
- Defined in:
- activerecord/lib/active_record/encryption/config.rb
#support_unencrypted_data ⇒ Object
Returns the value of attribute support_unencrypted_data.
9 10 11 |
# File 'activerecord/lib/active_record/encryption/config.rb', line 9 def support_unencrypted_data @support_unencrypted_data end |