Files
sx-fc/app/controllers/origami/cash_mgmt_controller.rb
2017-06-28 10:34:42 +06:30

11 lines
117 B
Ruby

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