6 lines
121 B
Ruby
6 lines
121 B
Ruby
class Setup < ApplicationRecord
|
|
has_many :key_binds
|
|
has_many :wheels
|
|
has_many :menus
|
|
has_many :input_devices
|
|
end
|