diff --git a/app/views/api/v1/chapter_notes/show.json.rabl b/app/views/api/v1/chapter_notes/show.json.rabl new file mode 100644 index 00000000..66ee8f61 --- /dev/null +++ b/app/views/api/v1/chapter_notes/show.json.rabl @@ -0,0 +1,3 @@ +object @chapter_note + +attributes :id, :section_id, :chapter_id, :content