Update customer.rb

This commit is contained in:
2016-05-31 08:50:56 -04:00
parent c3cce531d6
commit 731e709174

View File

@@ -15,7 +15,6 @@ class Customer < ActiveRecord::Base
has_many :qbo_purchases
has_many :vehicles
attr_accessor :notes, :email, :primary_phone, :mobile_phone
attr_accessible :name, :notes, :email, :primary_phone, :mobile_phone
validates_presence_of :id, :name