diff --git a/README.md b/README.md index 7700100..9887b77 100644 --- a/README.md +++ b/README.md @@ -901,6 +901,9 @@ class Job < ActiveRecord::Base ... end + aasm :another_state_machine, column: 'second_state' do + ... + end end ```