module SimpleDrilldown::Changes

Allow tracking changes for a field

Public Class Methods

included(clazz) click to toggle source
# File lib/simple_drilldown/changes.rb, line 6
def self.included(clazz)
  clazz.extend ClassMethods
end