Update customer.rb

This commit is contained in:
2016-05-12 16:58:40 -04:00
parent ae572557a1
commit 4db96a1792

View File

@@ -13,7 +13,7 @@ class Customer < ActiveRecord::Base
has_many :issues, :foreign_key => 'customers_id' has_many :issues, :foreign_key => 'customers_id'
has_many :qbo_purchases has_many :qbo_purchases
has_many :vehicles, :foreign_key => 'customers_id' has_many :vehicles
attr_accessible :name, :notes, :email, :primary_phone, :mobile_phone, :skip_details attr_accessible :name, :notes, :email, :primary_phone, :mobile_phone, :skip_details