Files
sx-fc/app/controllers/inventory/inventory_controller.rb
2017-08-25 09:40:59 +06:30

7 lines
94 B
Ruby

class Inventory::InventoryController < BaseInventoryController
def index
end
end