forgeplus/app/views/repositories/sub_entries.json.jbuilder

4 lines
110 B
Ruby

json.array! @sub_entries do |entry|
json.partial! 'repositories/simple_entry', locals: { entry: entry }
end