2 lines
135 B
Ruby
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)
|