Sha256: bd34d7c34e358a074b7f33f9aae82cd730eb471fc8af76ec9706603687fcd152
Contents?: true
Size: 373 Bytes
Versions: 29
Compression:
Stored size: 373 Bytes
Contents
module EnjuCirculation module EnjuCarrierType extend ActiveSupport::Concern included do has_many :carrier_type_has_checkout_types, dependent: :destroy has_many :checkout_types, through: :carrier_type_has_checkout_types accepts_nested_attributes_for :carrier_type_has_checkout_types, allow_destroy: true, reject_if: :all_blank end end end
Version data entries
29 entries across 29 versions & 1 rubygems