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