Class: ErpInventory::ErpApp::Organizer::InventoryMgt::BaseController

Inherits:
ErpApp::Organizer::BaseController
  • Object
show all
Defined in:
app/controllers/erp_inventory/erp_app/organizer/inventory_mgt/base_controller.rb

Instance Method Summary collapse

Instance Method Details



7
8
9
# File 'app/controllers/erp_inventory/erp_app/organizer/inventory_mgt/base_controller.rb', line 7

def menu
  render :json => [{:text => 'Menu Item', :leaf => true, :iconCls => 'icon-tasks', :applicationCardId => "inventory_mgt_example_panel"}]
end