Skip to content
  • Allison Browne's avatar
    Fix conflict between canceling methods · be59354b
    Allison Browne authored
    Active Record enum adds methods like `canceling!` for each
    status on a Stage. We also defined `canceling!` as a state machine
    event which conflicts with the enum method. Here we rename
    the event machine method so we can take advantage of the
    state machine event controls and still transtion to `canceling`.
    Most of are current event names are not the exact status name.
    be59354b