On second thought, enqueuing a job in a migration might be bad.

This commit is contained in:
Robin Ward 2016-04-07 13:58:31 -04:00
parent 526573074c
commit 855f72deb6

View file

@ -1,5 +0,0 @@
class ScheduleEmojiGrant < ActiveRecord::Migration
def up
Jobs.enqueue(:grant_emoji)
end
end