FEATURE: Import customizations from a JSON file

This commit is contained in:
riking
2015-05-16 19:56:19 -07:00
parent 1e53c179a3
commit 291d9fc65e
11 changed files with 188 additions and 1 deletions

View File

@ -1,6 +1,6 @@
class SiteCustomizationSerializer < ApplicationSerializer
attributes :name, :enabled, :created_at, :updated_at,
attributes :id, :name, :key, :enabled, :created_at, :updated_at,
:stylesheet, :header, :footer, :top,
:mobile_stylesheet, :mobile_header, :mobile_footer, :mobile_top,
:head_tag, :body_tag