1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-14 08:58:29 +00:00

Changed tournament.matchups to tournament.matchups_array

This commit is contained in:
2015-03-25 00:49:23 +00:00
parent 0b4c9075b1
commit 862c69e431
3 changed files with 11 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
class RenameTournamentMatchups < ActiveRecord::Migration
def change
rename_column :tournaments, :matchups, :matchups_array
end
end