Update customer.rb

This commit is contained in:
2016-05-02 13:36:32 -04:00
parent 5d2acdac08
commit a24f9b78b5

View File

@@ -15,7 +15,7 @@ class Customer < ActiveRecord::Base
has_many :qbo_purchases
has_many :vehicles
before_save :qbo
#before_save :qbo
attr_accessible :name
validates_presence_of :id, :name