anthonymidili/Recipedia

View on GitHub
app/views/categories/_category.json.jbuilder

Summary

Maintainability
Test Coverage
json.extract! category, :id, :name, :created_at, :updated_at
json.url category_url(category, format: :json)