Files
sx-fc/app/controllers/origami/cash_mgmt_controller.rb

12 lines
118 B
Ruby
Executable File

class Origami::CashMgmtController < ApplicationController
def index
end
def new
end
def create
end
end