5 lines
98 B
Ruby
5 lines
98 B
Ruby
|
|
class SectionsController < ApplicationController
|
||
|
|
active_scaffold :"section" do |conf|
|
||
|
|
end
|
||
|
|
end
|