module ActiveRecord::Encryption

def self.eager_load!

def self.eager_load!
  super
  Cipher.eager_load!
end