inventory definition.coffee
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class Inventory::InventoryDefinitionsController < ApplicationController#BaseInventoryController
|
||||
class Inventory::InventoryDefinitionsController < BaseInventoryController
|
||||
before_action :set_inventory_definition, only: [:show, :edit, :update, :destroy]
|
||||
|
||||
# GET /inventory_definitions
|
||||
|
||||
Reference in New Issue
Block a user