constraint to min_qty

This commit is contained in:
PhyoTheingi
2017-06-01 18:44:30 +06:30
parent 166e416277
commit 7020d4957a
3 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
class Settings::SimpleMenuItemsController < ApplicationController
before_action :set_settings_menu_item, only: [:show, :edit, :update, :destroy]
before_action :set_settings_menu_category, only: [:index, :show, :edit, :new, :update]
before_action :set_settings_menu_item, only: [:show, :edit, :update, :destroy ]
before_action :set_settings_menu_category, only: [:index, :show, :edit, :new, :update ,:create]
# GET /settings/menu_items
# GET /settings/menu_items.json
def index