feat: add promoter payouts controller and routes
This commit is contained in:
10
app/controllers/promoter/payouts_controller.rb
Normal file
10
app/controllers/promoter/payouts_controller.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
class Promoter::PayoutsController < ApplicationController
|
||||
def index
|
||||
end
|
||||
|
||||
def show
|
||||
end
|
||||
|
||||
def create
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user