Skip to content

Instantly share code, notes, and snippets.

View dougfarre's full-sized avatar

Doug Farre dougfarre

View GitHub Profile
@dougfarre
dougfarre / Statesman Question- BL
Last active August 29, 2015 14:10
Business/Model Logic Inside State Machine?
class OrderStateMachine
include Statesman::Machine
# Possible states
state :entered, initial: true
state :validating
state :validated
state :invalidated
# Allowed transitions