module ActiveCrypto::Encrypted::ClassAccessors
Public Instance Methods
encrypted_attributes()
click to toggle source
# File lib/active_crypto.rb, line 200 def encrypted_attributes @encrypted_attributes||=[] end
encrypted_attributes=(attrs)
click to toggle source
# File lib/active_crypto.rb, line 204 def encrypted_attributes=(attrs) @encrypted_attributes=attrs end