Skip to content

Commit

Permalink
Add missing params to tracks' jbuilder specification
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed May 6, 2024
1 parent 52bbe07 commit 4d4f81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/tracks/_track.json.jbuilder
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
json.extract! track, :id, :name, :short_name, :difficulty, :length, :folder_name, :stock, :created_at, :updated_at
json.extract! track, :id, :name, :short_name, :difficulty, :length, :folder_name, :author, :stock, :average_lap_time, :created_at, :updated_at
json.url track_url(track, :format => :json)

0 comments on commit 4d4f81d

Please sign in to comment.