-
- Downloads
Use after_commit_queue to schedule import job immediately
parent
fbe5bf76
No related branches found
No related tags found
Loading
| Loading
| @@ -121,6 +121,8 @@ end |
# State machine | ||
gem "state_machine", '~> 1.2.0' | ||
# Run events after state machine commits | ||
gem 'after_commit_queue' | ||
# Issue tags | ||
gem 'acts-as-taggable-on', '~> 3.4' | ||
Loading
| Loading
|