Update vehicle.rb

This commit is contained in:
2016-05-09 07:06:17 -04:00
parent 0627722806
commit 7976c033ad

View File

@@ -13,7 +13,7 @@ class Vehicle < ActiveRecord::Base
unloadable
belongs_to :customer
has_many :issues
has_many :issues, :foreign_key => 'vehicles_id'
attr_accessible :year, :make, :model, :customer, :notes, :vin