Files
old-ribica/back-office/app/controllers/sections_controller.rb
2015-01-22 22:20:34 +01:00

5 lines
98 B
Ruby

class SectionsController < ApplicationController
active_scaffold :"section" do |conf|
end
end