basic MatchController
This commit is contained in:
parent
cc3377b673
commit
bf0e88a5fc
|
|
@ -0,0 +1,8 @@
|
||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
class MatchController < ApplicationController
|
||||||
|
def get
|
||||||
|
id = params[:id]
|
||||||
|
Match
|
||||||
|
end
|
||||||
|
end
|
||||||
Loading…
Reference in New Issue