Files
openfoodnetwork/app/models/adjustment_metadata.rb
2023-08-11 10:14:47 +10:00

7 lines
163 B
Ruby

# frozen_string_literal: true
class AdjustmentMetadata < ApplicationRecord
belongs_to :adjustment, class_name: 'Spree::Adjustment'
belongs_to :enterprise
end