class Origami::CashMgmtController < ApplicationController def index end def new end def create end #Shop Name in Navbor helper_method :shop_detail def shop_detail @shop = Shop.first end end