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

6 lines
129 B
Ruby

class Batch < ApplicationRecord
has_many :actions
has_many :menu_options
has_many :wheel_options
has_many :key_binds
end