Update Readme, add example to add options

when using multiple state machines per class

[ci skip]
This commit is contained in:
Anil Kumar Maurya 2017-04-13 15:19:45 +05:30 committed by GitHub
parent b680aaeb53
commit ffc2bf7725
1 changed files with 3 additions and 0 deletions

View File

@ -901,6 +901,9 @@ class Job < ActiveRecord::Base
...
end
aasm :another_state_machine, column: 'second_state' do
...
end
end
```