mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 08:54:23 -05:00
Update qbo_customer.rb
Added ownership of vehicles
This commit is contained in:
@@ -12,6 +12,7 @@ class QboCustomer < ActiveRecord::Base
|
|||||||
unloadable
|
unloadable
|
||||||
has_many :issues
|
has_many :issues
|
||||||
has_many :qbo_purchases
|
has_many :qbo_purchases
|
||||||
|
has_many :vehicles
|
||||||
attr_accessible :name
|
attr_accessible :name
|
||||||
validates_presence_of :id, :name
|
validates_presence_of :id, :name
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user