Files
aperonight/app/controllers/promoter/payouts_controller.rb

11 lines
118 B
Ruby

class Promoter::PayoutsController < ApplicationController
def index
end
def show
end
def create
end
end