class MatchProposalsController < ApplicationController
def index
@match = Match.find(params[:match_id])
end
def new
def create