class Admin::PayoutsController < ApplicationController def index end def show end def new end def create end end