HeavyTechRuby/history

View on GitHub
app/views/stories/_story.json.jbuilder

Summary

Maintainability
Test Coverage
json.extract! story, :id, :address, :body, :created_at, :updated_at
json.url story_url(story, format: :json)