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