left4me/rails/app/models/setup.rb
mwiegand 5ab99c7779
wip
2022-11-27 17:32:21 +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