Added association for invoices & estimates

This commit is contained in:
2017-04-02 07:08:24 -04:00
committed by GitHub
parent 3be69d5efd
commit 119c36569f

View File

@@ -13,6 +13,8 @@ class Customer < ActiveRecord::Base
has_many :issues
has_many :qbo_purchases
has_many :qbo_invoices
has_many :qbo_estimates
has_many :vehicles
attr_accessible :name, :notes, :email, :primary_phone, :mobile_phone