mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-27 21:10:54 +00:00
12 lines
115 B
Ruby
12 lines
115 B
Ruby
|
class MatchProposalsController < ApplicationController
|
||
|
def index
|
||
|
|
||
|
end
|
||
|
|
||
|
def new
|
||
|
end
|
||
|
|
||
|
def create
|
||
|
end
|
||
|
end
|