Sha256: c4d98fd1e10912743e39cb19a7f9f5a45ea9f914d0b6394d9b56ac2a8b93d617
Contents?: true
Size: 424 Bytes
Versions: 2
Compression:
Stored size: 424 Bytes
Contents
class CustomerFinancial < ActiveRecord::Base attr_accessible :customer, :billing_address_different, :contact_leader_id, :payment_pending, :payment_pending_message, :notes has_one :customer has_many :billing_addresses, :as => :addressable, :class_name => "Address" belongs_to :leader, :conditions => "CUSTOMER_ID = CustomerFinancials.CUSTOMER_ID", :touch => true, class_name: "Contact" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
guara-0.0.3 | app/models/customer_financial.rb |
guara-0.0.1.rc | app/models/customer_financial.rb |