1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-02 21:24:25 +00:00

Working on pools

This commit is contained in:
2014-12-31 10:38:49 -05:00
parent 8b6161ee3e
commit d69838310e
6 changed files with 47 additions and 32 deletions

View File

@@ -0,0 +1,5 @@
class AssignWrestlerPoolNumber < ActiveRecord::Migration
def change
add_column :wrestlers, :poolNumber, :integer
end
end