1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-05-21 12:29:24 +00:00

Updated README instructions and fixed filename of my migration

This commit is contained in:
R.J. Osborne
2015-05-17 09:40:15 -04:00
parent f6dd4e8625
commit 5b411a2311
2 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
class RenameBoutNumber < ActiveRecord::Migration
def change
rename_column :matches, :boutNumber, :bout_number
end
end