1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-09 15:42:09 +00:00

Moved match generation to a class and added tournament_type to tournaments.

This commit is contained in:
2015-04-27 13:54:57 -04:00
parent 61d1240f0b
commit 37470d9602
12 changed files with 69 additions and 42 deletions

View File

@@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20150426195714) do
ActiveRecord::Schema.define(version: 20150427163818) do
create_table "matches", force: :cascade do |t|
t.integer "w1"
@@ -55,6 +55,7 @@ ActiveRecord::Schema.define(version: 20150426195714) do
t.string "director_email"
t.datetime "created_at"
t.datetime "updated_at"
t.text "tournament_type"
end
create_table "users", force: :cascade do |t|