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,5 @@
module SiteCustomization
def self.table_name_prefix
'site_customization_'
end
end