module AasmProgressable::ModelMixin::ClassMethods
Class gettors and settors for the state order
Public Instance Methods
aasm_state_order(order)
click to toggle source
# File lib/aasm_progressable/model_mixin.rb, line 36 def aasm_state_order order @state_order = order end
get_aasm_state_order()
click to toggle source
# File lib/aasm_progressable/model_mixin.rb, line 40 def get_aasm_state_order @state_order end