mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-09 01:14:23 -05:00
Update customer.rb
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user