left4me/rails/app/models/key_bind.rb
mwiegand 5ab99c7779
wip
2022-11-27 17:32:21 +01:00

5 lines
96 B
Ruby

class KeyBind < ApplicationRecord
belongs_to :setup
belongs_to :key
belongs_to :batch
end