Sha256: 9babfa6a9ff869b3e5ad18d51195b63303a0ee55b3c22e23c893eafcaf48c1e3
Contents?: true
Size: 476 Bytes
Versions: 7
Compression:
Stored size: 476 Bytes
Contents
module ErpInvoicing module ErpApp module Organizer module BillPay class BaseController < ::ErpApp::Organizer::BaseController def menu menu = [] menu << {:text => 'Bill Pay', :leaf => true, :iconCls => 'icon-creditcards', :applicationCardId => "billpay-application"} render :json => menu end end end#BillPay end#Organizer end#ErpApp end#ErpInvoicing
Version data entries
7 entries across 7 versions & 1 rubygems