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

4 lines
110 B
Plaintext
Raw Normal View History

2020-03-09 00:40:16 +08:00
json.array! @sub_entries do |entry|
json.partial! 'repositories/simple_entry', locals: { entry: entry }
end