6 changed files with 12 additions and 8 deletions
@ -1 +1 @@
|
||||
json.(@doctrine, *%i[id subject_ids content plain_content created_at updated_at]) |
||||
json.(@doctrine, *%i[id subject_ids headnote content plain_content created_at updated_at]) |
||||
|
||||
@ -1,3 +1,3 @@
|
||||
json.array!(@doctrines) do |doctrine| |
||||
json.extract! doctrine, *%i[id subject_ids content plain_content created_at updated_at] |
||||
json.extract! doctrine, *%i[id subject_ids headnote content plain_content created_at updated_at] |
||||
end |
||||
|
||||
@ -1 +1 @@
|
||||
json.(@doctrine, *%i[id subject_ids content plain_content created_at updated_at]) |
||||
json.(@doctrine, *%i[id subject_ids headnote content plain_content created_at updated_at]) |
||||
|
||||
Loading…
Reference in new issue