Starting to fill in tournament ranking bits

This commit is contained in:
Dan Buch
2012-03-07 21:22:35 -05:00
parent a1aa03451f
commit b31926f16f
5 changed files with 64 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ class MashesController < ApplicationController
alias_method :show, :redirect_to_new
def new
@map_a, @map_b = Map.rand(2)
@map_a, @map_b = Map.pair
@mash = Mash.new(
:requester => request.remote_ip,