You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
educoder/app/views/journals/index.json.jbuilder

8 lines
214 B

json.partial! "commons/success"
json.limit @limit
json.journals_count @journals_size
json.issue_journals do
json.array! @journals do |journal|
json.partial! "journals/journal_item", journal: journal
end
end