module EncryptedField
EncryptedField
is a library for obfuscating and simplifying the logic around encrypting/decrypting values from a DB
Public Class Methods
included(base)
click to toggle source
# File lib/encrypted-field.rb, line 12 def self.included(base) base.extend ClassMethods end