Files
old-ribica/back-office/app/controllers/sections_controller.rb

5 lines
98 B
Ruby
Raw Normal View History

2015-01-17 23:59:26 +01:00
class SectionsController < ApplicationController
active_scaffold :"section" do |conf|
end
end