aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/line_footnotes/show.rabl
blob: 5cec1ceb5bc72410c539eb9eb78c5fc7e912752e (plain)
1
2
3
4
5
6
7
8
9
collection @footnotes

node do |footnote|
  {
    :id    => footnote.id,
    :code  => footnote.code,
    :label => footnote.label
  }
end