From 9d043e4bc8fb7605481ba7ea33bf85557d6e2de0 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Tue, 31 May 2016 07:47:18 -0400 Subject: [PATCH] Update customer.rb --- app/models/customer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/customer.rb b/app/models/customer.rb index f27b1c3..b990467 100644 --- a/app/models/customer.rb +++ b/app/models/customer.rb @@ -15,7 +15,7 @@ class Customer < ActiveRecord::Base has_many :qbo_purchases has_many :vehicles - attr_accessible :name + attr_accessible :name, :notes, :email, :primary_phone, :mobile_phone validates_presence_of :id, :name