Sha256: f926e7e1c5a5f8c950534e95fde22592796fb1f4e247cd4ae144bd017c5a9528
Contents?: true
Size: 193 Bytes
Versions: 30
Compression:
Stored size: 193 Bytes
Contents
class ShippingZone < ActiveRecord::Base include Permalink::Builder has_many :shipping_methods, dependent: :destroy, conditions: { active: true } belongs_to :country_shipping_zone end
Version data entries
30 entries across 30 versions & 1 rubygems