af83/chouette-core

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

Summary

Maintainability
Test Coverage
collection @shapes

node do |shape|
  {
    :id    => shape.id,
    :uuid  => shape.uuid,
    :name => shape.name
  }
end