Method: ActiveRecord::Encryption.eager_load!
- Defined in:
- activerecord/lib/active_record/encryption.rb
.eager_load! ⇒ Object
50 51 52 53 54 |
# File 'activerecord/lib/active_record/encryption.rb', line 50 def self.eager_load! super Cipher.eager_load! end |