Update vehicle.rb

This commit is contained in:
2016-05-09 06:51:19 -04:00
parent 903ae789d2
commit 0627722806

View File

@@ -13,6 +13,7 @@ class Vehicle < ActiveRecord::Base
unloadable
belongs_to :customer
has_many :issues
attr_accessible :year, :make, :model, :customer, :notes, :vin