ensl.org/app/controllers/match_proposals_controller.rb

12 lines
115 B
Ruby
Raw Normal View History

2017-05-01 14:57:32 +00:00
class MatchProposalsController < ApplicationController
def index
end
def new
end
def create
end
end