af83/chouette-core

View on GitHub
app/views/footnotes/index.rabl

Summary

Maintainability
Test Coverage
collection @footnotes

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