YutaGoto/salmon_run

View on GitHub
app/views/api/stages/index.json.jbuilder

Summary

Maintainability
Test Coverage
json.status 1
json.errors []
json.data do
  json.array! @stages do |stage|
    json.id stage.id
    json.name stage.name
  end
end