4 lines
101 B
Ruby
4 lines
101 B
Ruby
class Action < ApplicationRecord
|
|
belongs_to :batch
|
|
belongs_to :actionable, polymorphic: true
|
|
end
|