left4me/rails/app/models/wheel_option.rb
mwiegand 5ab99c7779
wip
2022-11-27 17:32:21 +01:00

4 lines
82 B
Ruby

class WheelOption < ApplicationRecord
belongs_to :wheel
belongs_to :batch
end