module ActiveRecord::Encryption
Public Class Methods
Source
# File lib/active_record/encryption.rb, line 50 def self.eager_load! super Cipher.eager_load! end
Calls superclass method
# File lib/active_record/encryption.rb, line 50 def self.eager_load! super Cipher.eager_load! end