scinote-web/app/models/step_result.rb
2025-05-13 12:19:00 +02:00

7 lines
157 B
Ruby

# frozen_string_literal: true
class StepResult < ApplicationRecord
belongs_to :result
belongs_to :step
belongs_to :created_by, class_name: 'User'
end