Added vehicle scaffold
This commit is contained in:
17
test/fixtures/vehicles.yml
vendored
Normal file
17
test/fixtures/vehicles.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
license_plate: MyString
|
||||
type:
|
||||
model_year: 2024-08-20 18:58:36
|
||||
car_brand: MyString
|
||||
model: MyString
|
||||
fuel_type: MyString
|
||||
|
||||
two:
|
||||
license_plate: MyString
|
||||
type:
|
||||
model_year: 2024-08-20 18:58:36
|
||||
car_brand: MyString
|
||||
model: MyString
|
||||
fuel_type: MyString
|
||||
Reference in New Issue
Block a user