module AasmHistory::Ext::ActiveRecord

Public Class Methods

included(base) click to toggle source
# File lib/aasm_history/ext/active_record.rb, line 4
def self.included base
  base.extend ClassMethods
end