module NillyVanilly::Nillify
Inject the nillifcation process in ActiveRecord
Public Class Methods
included(base)
click to toggle source
# File lib/nilly_vanilly/nillify.rb, line 4 def self.included(base) base.extend ClassMethods end