Removed old #attr_accessible... comments

This commit is contained in:
2022-03-09 22:31:19 -05:00
parent cae1d9de02
commit 09c497ff96
3 changed files with 0 additions and 3 deletions

View File

@@ -17,7 +17,6 @@ class Customer < ActiveRecord::Base
has_many :estimates
has_many :vehicles
#attr_accessible :name, :notes, :email, :primary_phone, :mobile_phone, :phone_number
validates_presence_of :id, :name
self.primary_key = :id