Sha256: 1419cce3f35f35b3d3cce6e38bae83b9d8172197ae4dd321f21b79a14f3202ed
Contents?: true
Size: 233 Bytes
Versions: 54
Compression:
Stored size: 233 Bytes
Contents
class ProductTariff < ActiveRecord::Base set_primary_keys :product_id, :tariff_id, :tariff_start_date belongs_to :product, :foreign_key => :product_id belongs_to :tariff, :foreign_key => [:tariff_id, :tariff_start_date] end
Version data entries
54 entries across 54 versions & 5 rubygems