7 lines
94 B
Ruby
7 lines
94 B
Ruby
class Inventory::InventoryController < BaseInventoryController
|
|
|
|
def index
|
|
|
|
end
|
|
end
|