Starting to fill in tournament ranking bits
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user