mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Show no matches while matches are being generated
This commit is contained in:
5
db/migrate/20151230163202_generating_matches.rb
Normal file
5
db/migrate/20151230163202_generating_matches.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class GeneratingMatches < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :tournaments, :curently_generating_matches, :integer
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user