left4me/rails/app/views/wheel_options/_wheel_option.json.jbuilder
mwiegand 5ab99c7779
wip
2022-11-27 17:32:21 +01:00

2 lines
135 B
Ruby

json.extract! wheel_option, :id, :wheel_id, :batch_id, :created_at, :updated_at
json.url wheel_option_url(wheel_option, format: :json)