scinote-web/app/models/report_template_value.rb
2021-04-06 13:56:24 +02:00

6 lines
102 B
Ruby

# frozen_string_literal: true
class ReportTemplateValue < ApplicationRecord
belongs_to :report
end