module AasmHistory::Ext::ActiveRecord::ClassMethods

Public Instance Methods

has_state_history() click to toggle source
# File lib/aasm_history/ext/active_record.rb, line 9
def has_state_history
  has_many :state_histories, as: :stateable
end