701eccb35c
- Introduce models & migrations for portals, categories, folders and articles - CRUD API for portals - CRUD API for categories Addresses: #714 Co-authored-by: Sojan <sojan@pepalo.com>
3 lines
75 B
Ruby
3 lines
75 B
Ruby
json.payload do
|
|
json.array! @portals, partial: 'portal', as: :portal
|
|
end
|