From 4b8f4ef9cc2d90fecdff54f1e54f18bde0b3c0c8 Mon Sep 17 00:00:00 2001 From: James Abley Date: Mon, 2 Sep 2013 10:37:23 +0100 Subject: [PATCH] Add template to show chapter_notes --- app/views/api/v1/chapter_notes/show.json.rabl | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/views/api/v1/chapter_notes/show.json.rabl 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