chantellebecker/adventures-rails

View on GitHub
app/views/states/_state.json.jbuilder

Summary

Maintainability
Test Coverage
json.extract! state, :id, :name, :capital, :population, :created_at, :updated_at
json.url state_url(state, format: :json)