1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Matchups_array completely removed. I do not know why has_many matches

does not work in tournaments. The solution was to add a matches
method.
This commit is contained in:
2015-04-27 09:50:41 -04:00
parent 6d39bcb868
commit 9c5c12c413
6 changed files with 21 additions and 13 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: 20150426191006) do
ActiveRecord::Schema.define(version: 20150426195714) do
create_table "matches", force: :cascade do |t|
t.integer "w1"
@@ -55,7 +55,6 @@ ActiveRecord::Schema.define(version: 20150426191006) do
t.string "director_email"
t.datetime "created_at"
t.datetime "updated_at"
t.text "matchups_array"
end
create_table "users", force: :cascade do |t|