Update qbo_customer.rb

Added ownership of vehicles
This commit is contained in:
2016-04-21 09:31:22 -04:00
parent cd31ecf1f0
commit b6f8304d13

View File

@@ -12,6 +12,7 @@ class QboCustomer < ActiveRecord::Base
unloadable
has_many :issues
has_many :qbo_purchases
has_many :vehicles
attr_accessible :name
validates_presence_of :id, :name