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