inventory development
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class StockChecksController < ApplicationController
|
||||
class Inventory::StockChecksController < BaseInventoryController
|
||||
before_action :set_stock_check, only: [:show, :edit, :update, :destroy]
|
||||
|
||||
# GET /stock_checks
|
||||
|
||||
Reference in New Issue
Block a user