From c6230a7ca7ff6cbcb1d685527f80e0fb3d1aad8f Mon Sep 17 00:00:00 2001 From: Xinhui Date: Wed, 15 Feb 2017 10:45:08 +0100 Subject: Wip line_footnotes#show json format --- app/views/line_footnotes/show.rabl | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 app/views/line_footnotes/show.rabl (limited to 'app/views/line_footnotes') diff --git a/app/views/line_footnotes/show.rabl b/app/views/line_footnotes/show.rabl new file mode 100644 index 000000000..5cec1ceb5 --- /dev/null +++ b/app/views/line_footnotes/show.rabl @@ -0,0 +1,9 @@ +collection @footnotes + +node do |footnote| + { + :id => footnote.id, + :code => footnote.code, + :label => footnote.label + } +end -- cgit v1.2.3