11 lines
118 B
Ruby
11 lines
118 B
Ruby
class Promoter::PayoutsController < ApplicationController
|
|
def index
|
|
end
|
|
|
|
def show
|
|
end
|
|
|
|
def create
|
|
end
|
|
end
|