lib/dato/account/repo/site.rb in dato-0.3.11 vs lib/dato/account/repo/site.rb in dato-0.3.12

- old
+ new

@@ -14,10 +14,10 @@ end def create(resource_attributes) body = JsonApiSerializer.new( type: :site, - attributes: %i(domain internal_subdomain name notes template) + attributes: %i(domain internal_subdomain name notes ssg template) ).serialize(resource_attributes) post_request '/sites', body end