Skip to content

Instantly share code, notes, and snippets.

class Competitor < ActiveRecord::Base
include AASM
aasm do
state :unregistered, initial: true
state :waiting_for_intro_photos
state :intro_photos_uploaded
state :registered
state :waiting_for_completion_photos
state :completion_photos_uploaded