6 lines
129 B
Ruby
6 lines
129 B
Ruby
class Batch < ApplicationRecord
|
|
has_many :actions
|
|
has_many :menu_options
|
|
has_many :wheel_options
|
|
has_many :key_binds
|
|
end
|