Class: AASM::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/aasm_history/aasm_ext/base.rb

Defined Under Namespace

Modules: HistoryMethods

Instance Method Summary collapse

Instance Method Details

#has_historyObject



18
19
20
21
# File 'lib/aasm_history/aasm_ext/base.rb', line 18

def has_history
  configure 'history_class', 'StateHistory'
  @klass.send :prepend, HistoryMethods
end