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
|
||||
2
app/helpers/promoter/payouts_helper.rb
Normal file
2
app/helpers/promoter/payouts_helper.rb
Normal file
@@ -0,0 +1,2 @@
|
||||
module Promoter::PayoutsHelper
|
||||
end
|
||||
2
app/views/promoter/payouts/create.html.erb
Normal file
2
app/views/promoter/payouts/create.html.erb
Normal file
@@ -0,0 +1,2 @@
|
||||
<h1>Promoter::Payouts#create</h1>
|
||||
<p>Find me in app/views/promoter/payouts/create.html.erb</p>
|
||||
2
app/views/promoter/payouts/index.html.erb
Normal file
2
app/views/promoter/payouts/index.html.erb
Normal file
@@ -0,0 +1,2 @@
|
||||
<h1>Promoter::Payouts#index</h1>
|
||||
<p>Find me in app/views/promoter/payouts/index.html.erb</p>
|
||||
2
app/views/promoter/payouts/show.html.erb
Normal file
2
app/views/promoter/payouts/show.html.erb
Normal file
@@ -0,0 +1,2 @@
|
||||
<h1>Promoter::Payouts#show</h1>
|
||||
<p>Find me in app/views/promoter/payouts/show.html.erb</p>
|
||||
Reference in New Issue
Block a user