# 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