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

2 lines
132 B
Ruby

json.extract! key_bind, :id, :setup_id, :key_id, :batch_id, :created_at, :updated_at
json.url key_bind_url(key_bind, format: :json)