4 lines
84 B
Ruby
4 lines
84 B
Ruby
class Command < ApplicationRecord
|
|
belongs_to :datatype
|
|
has_many :executions
|
|
end
|