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:
@@ -17,10 +17,10 @@ class Customer < ActiveRecord::Base
|
|||||||
|
|
||||||
#before_save :qbo
|
#before_save :qbo
|
||||||
|
|
||||||
attr_accessible :name
|
attr_accessible :name, :skip_details
|
||||||
validates_presence_of :id, :name
|
validates_presence_of :id, :name
|
||||||
|
|
||||||
after_initialize :get_details
|
after_initialize :get_details unless: :skip_details
|
||||||
|
|
||||||
self.primary_key = :id
|
self.primary_key = :id
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user