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

5 lines
119 B
Ruby

class Wheel < ApplicationRecord
belongs_to :setup
has_many :wheel_options
has_many :actions, as: :actionable
end