left4me/rails/app/models/setup.rb
mwiegand 34b1a009f2
wip
2022-11-27 19:23:31 +01:00

6 lines
121 B
Ruby

class Setup < ApplicationRecord
has_many :key_binds
has_many :wheels
has_many :menus
has_many :input_devices
end