Files
fizzy/app/models/workflow.rb
T
2024-10-21 15:33:30 -06:00

5 lines
104 B
Ruby

class Workflow < ApplicationRecord
belongs_to :account
has_many :stages, dependent: :delete_all
end