Files
old-saburly-confighub/web/app/controllers/operating_systems_controller.rb

5 lines
113 B
Ruby
Raw Normal View History

2016-02-20 12:36:50 +01:00
class OperatingSystemsController < ApplicationController
active_scaffold :operating_system do |conf|
end
end