Add one off job to grant the emoji badge retroactively

This commit is contained in:
Robin Ward
2016-04-07 13:49:44 -04:00
parent 5059ee04b9
commit 526573074c
4 changed files with 34 additions and 1 deletions

View File

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