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,5 @@
require 'rails_helper'
RSpec.describe Settings::MenuItemSet, type: :model do
pending "add some examples to (or delete) #{__FILE__}"
end