mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-12 16:25:41 +00:00
Updated re-directs, added weights to tournament#show, and edited a few views
This commit is contained in:
5
db/migrate/20140122151620_weight_add_tournament_id.rb
Normal file
5
db/migrate/20140122151620_weight_add_tournament_id.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class WeightAddTournamentId < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :weights, :tournament_id, :integer
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user