Skip to content

Instantly share code, notes, and snippets.

@mileszs
Created May 5, 2009 15:15
Show Gist options
  • Select an option

  • Save mileszs/107002 to your computer and use it in GitHub Desktop.

Select an option

Save mileszs/107002 to your computer and use it in GitHub Desktop.
aasm_initial_state :created
aasm_state :reviewed_by_sales_engineer
aasm_state :accepted_by_account_rep
aasm_state :approved_by_sales_manager
aasm_state :approved_by_executive
aasm_state :submitted_to_customer
aasm_state :signed_by_customer
aasm_state :signature_accepted_by_sales
aasm_state :signature_accepted_by_executive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment