feat: add promoter payouts controller and routes

This commit is contained in:
kbe
2025-09-16 23:52:49 +02:00
parent 0399761fb3
commit d922d7304d
9 changed files with 41 additions and 7 deletions

View File

@@ -78,6 +78,9 @@ Rails.application.routes.draw do
# === Promoter Routes ===
namespace :promoter do
get "payouts/index"
get "payouts/show"
get "payouts/create"
resources :events do
member do
patch :publish