Files
old-ribica/ribica-back-office/app/controllers/sections_controller.rb
2015-01-22 06:38:48 +01:00

5 lines
98 B
Ruby

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