4 lines
82 B
Ruby
4 lines
82 B
Ruby
class WheelOption < ApplicationRecord
|
|
belongs_to :wheel
|
|
belongs_to :batch
|
|
end
|