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

4 lines
84 B
Ruby

class Command < ApplicationRecord
belongs_to :datatype
has_many :executions
end