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

4 lines
82 B
Ruby

class Execution < ApplicationRecord
belongs_to :command
has_many :actions
end