Added vehicle scaffold
This commit is contained in:
3
app/models/vehicle.rb
Normal file
3
app/models/vehicle.rb
Normal file
@@ -0,0 +1,3 @@
|
||||
class Vehicle < ApplicationRecord
|
||||
enum vehicle_type: { car: 0, truck: 1, motorcycle: 2, van: 3}
|
||||
end
|
||||
Reference in New Issue
Block a user