feat: implement payout system database schema and models
This commit is contained in:
2
app/views/admin/payouts/create.html.erb
Normal file
2
app/views/admin/payouts/create.html.erb
Normal file
@@ -0,0 +1,2 @@
|
||||
<h1>Admin::Payouts#create</h1>
|
||||
<p>Find me in app/views/admin/payouts/create.html.erb</p>
|
||||
2
app/views/admin/payouts/index.html.erb
Normal file
2
app/views/admin/payouts/index.html.erb
Normal file
@@ -0,0 +1,2 @@
|
||||
<h1>Admin::Payouts#index</h1>
|
||||
<p>Find me in app/views/admin/payouts/index.html.erb</p>
|
||||
2
app/views/admin/payouts/new.html.erb
Normal file
2
app/views/admin/payouts/new.html.erb
Normal file
@@ -0,0 +1,2 @@
|
||||
<h1>Admin::Payouts#new</h1>
|
||||
<p>Find me in app/views/admin/payouts/new.html.erb</p>
|
||||
2
app/views/admin/payouts/show.html.erb
Normal file
2
app/views/admin/payouts/show.html.erb
Normal file
@@ -0,0 +1,2 @@
|
||||
<h1>Admin::Payouts#show</h1>
|
||||
<p>Find me in app/views/admin/payouts/show.html.erb</p>
|
||||
Reference in New Issue
Block a user