- 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>
4 lines
62 B
Ruby
4 lines
62 B
Ruby
json.payload do
|
|
json.partial! 'portal', portal: @portal
|
|
end
|