HeavyTechRuby/history

View on GitHub
app/views/locations/_location.json.jbuilder

Summary

Maintainability
Test Coverage
json.extract! location, :id, :address, :stories_id, :created_at, :updated_at
json.url location_url(location, format: :json)