This commit is contained in:
Alex Ling
2022-03-22 16:08:48 +00:00
19 changed files with 1473 additions and 568 deletions

View File

@@ -62,6 +62,7 @@ class Entry
json.field "err_msg", err_msg
end
json.field "title_id", @book.id
json.field "title_title", @book.title
json.field "sort_title", sort_title
json.field "pages" { json.number @pages }
unless slim