feat: implement payout system database schema and models
This commit is contained in:
13
app/controllers/admin/payouts_controller.rb
Normal file
13
app/controllers/admin/payouts_controller.rb
Normal file
@@ -0,0 +1,13 @@
|
||||
class Admin::PayoutsController < ApplicationController
|
||||
def index
|
||||
end
|
||||
|
||||
def show
|
||||
end
|
||||
|
||||
def new
|
||||
end
|
||||
|
||||
def create
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user