Admin for custom pages

This commit is contained in:
Amaia Castro
2017-03-17 12:20:36 +01:00
parent 019037ebdd
commit 255b57cc85
20 changed files with 440 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
class Admin::SiteCustomization::BaseController < Admin::BaseController
helper_method :namespace
private
def namespace
"admin"
end
end