Sha256: 327f2a58503f681cde3525e29104abfa1ae63cc9d437dbf8a65289600877c61f
Contents?: true
Size: 434 Bytes
Versions: 2
Compression:
Stored size: 434 Bytes
Contents
module ErpInventory module ErpApp module Organizer module InventoryMgt class BaseController < ::ErpApp::Organizer::BaseController def menu render :json => [{:text => 'Menu Item', :leaf => true, :iconCls => 'icon-tasks', :applicationCardId => "inventory_mgt_example_panel"}] end end #BaseController end #InventoryMgt end #Organizer end #ErpApp end #ErpInventory
Version data entries
2 entries across 2 versions & 1 rubygems