created items and configured back office ui a bit
This commit is contained in:
5
app/controllers/items_controller.rb
Normal file
5
app/controllers/items_controller.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class ItemsController < ApplicationController
|
||||
active_scaffold :"item" do |conf|
|
||||
conf.columns[:unit].form_ui = :select
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user