elanalynn/book-club

View on GitHub
app/views/topics/_topic.json.jbuilder

Summary

Maintainability
Test Coverage
json.extract! topic, :id, :topic, :description, :added_by, :created_at, :updated_at
json.url topic_url(topic, format: :json)