module EncryptAttr

Constants

VERSION

Public Class Methods

included(target) click to toggle source
# File lib/encrypt_attr.rb, line 19
def self.included(target)
  target.send :include, Base
end