add item set and menu item set CRUD

This commit is contained in:
Aung Myo
2017-08-14 17:57:55 +06:30
parent edb4ab0425
commit 997cc0733c
32 changed files with 563 additions and 57 deletions

View File

@@ -0,0 +1,9 @@
require "application_system_test_case"
class Settings::MenuItemSetsTest < ApplicationSystemTestCase
# test "visiting the index" do
# visit settings_menu_item_sets_url
#
# assert_selector "h1", text: "Settings::MenuItemSet"
# end
end