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

4 lines
101 B
Ruby

class Action < ApplicationRecord
belongs_to :batch
belongs_to :actionable, polymorphic: true
end