created subcategories
This commit is contained in:
5
app/controllers/sub_categories_controller.rb
Normal file
5
app/controllers/sub_categories_controller.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class SubCategoriesController < ApplicationController
|
||||
active_scaffold :"sub_category" do |conf|
|
||||
conf.columns = [:name]
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user