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