5 lines
113 B
Ruby
5 lines
113 B
Ruby
class OperatingSystemsController < ApplicationController
|
|
active_scaffold :operating_system do |conf|
|
|
end
|
|
end
|