geekq / workflow

Ruby finite-state-machine-inspired API for modeling workflow
MIT License
1.74k stars 207 forks source link

Fix papertrail integration #200

Closed jamesmacwilliam closed 5 years ago

jamesmacwilliam commented 7 years ago
workflow do
  with_callbacks
    # other important directives
  end

when with_callbacks is used in the workflow specification, ActiveRecord update callbacks will be invoked when transitioning state