Files
old-ribica/back-office/app/controllers/item_groups_controller.rb

5 lines
103 B
Ruby

class ItemGroupsController < ApplicationController
active_scaffold :"item_group" do |conf|
end
end