added sections

This commit is contained in:
Edin Dazdarevic
2015-01-17 23:59:26 +01:00
parent e5809207a9
commit 6d1ac88a7f
8 changed files with 74 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
class SectionsController < ApplicationController
active_scaffold :"section" do |conf|
end
end