scinote-web/app/models/repository_ledger_record.rb

10 lines
233 B
Ruby

# frozen_string_literal: true
class RepositoryLedgerRecord < ApplicationRecord
auto_strip_attributes :comment
belongs_to :repository_stock_value, optional: true
belongs_to :reference, polymorphic: true
belongs_to :user
end