Sha256: a1f449598d49bf1c501169112d48bedf13e11fc21b906396020b642bc6389759
Contents?: true
Size: 321 Bytes
Versions: 96
Compression:
Stored size: 321 Bytes
Contents
# frozen_string_literal: true module Spree class TaxRateTaxCategory < Spree::Base belongs_to :tax_rate, class_name: 'Spree::TaxRate', inverse_of: :tax_rate_tax_categories, optional: true belongs_to :tax_category, class_name: 'Spree::TaxCategory', inverse_of: :tax_rate_tax_categories, optional: true end end
Version data entries
96 entries across 96 versions & 1 rubygems