2020-09-25 21:02:34 +00:00
|
|
|
json.custom_domain portal.custom_domain
|
|
|
|
json.header_text portal.header_text
|
|
|
|
json.homepage_link portal.homepage_link
|
|
|
|
json.name portal.name
|
|
|
|
json.page_title portal.page_title
|
|
|
|
json.slug portal.slug
|
2022-07-05 11:45:38 +00:00
|
|
|
|
|
|
|
json.categories do
|
|
|
|
if portal.categories.any?
|
|
|
|
json.array! portal.categories.each do |category|
|
|
|
|
json.partial! 'categories/category.json.jbuilder', category: category
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|