Class: AASM::Base
- Inherits:
-
Object
- Object
- AASM::Base
- Defined in:
- lib/aasm_history/aasm_ext/base.rb
Defined Under Namespace
Modules: HistoryMethods
Instance Method Summary collapse
Instance Method Details
#has_history ⇒ Object
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 |