5 lines
96 B
Ruby
5 lines
96 B
Ruby
class KeyBind < ApplicationRecord
|
|
belongs_to :setup
|
|
belongs_to :key
|
|
belongs_to :batch
|
|
end
|