Sha256: 284bb92b85c57a77522a5207390d881d96ffbd73dd42241cfabc056b4248f61a
Contents?: true
Size: 232 Bytes
Versions: 1
Compression:
Stored size: 232 Bytes
Contents
class Order < ActiveRecord::Base belongs_to :billing_customer, :class_name => "Customer", :foreign_key => "billing_customer_id" belongs_to :shipping_customer, :class_name => "Customer", :foreign_key => "shipping_customer_id" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
visual_query-0.3.0 | test/dummy/app/models/order.rb |