1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-05 14:17:20 +00:00

Removed delayed job and generate matches

This commit is contained in:
2015-03-16 09:13:12 -04:00
parent 2843760779
commit 6452aee07a
7 changed files with 33 additions and 81 deletions

View File

@@ -0,0 +1,5 @@
class RemoveDelayedJobs < ActiveRecord::Migration
def change
drop_table :delayed_jobs
end
end