moved vin decoding into a job

This commit is contained in:
2026-03-25 22:30:02 -04:00
parent 030340b35e
commit 89dc3cd5f4
8 changed files with 206 additions and 86 deletions

View File

@@ -31,6 +31,7 @@ en:
label_search_vehicles: "Search Vehicles"
label_year: "Year"
no_customer: "Customer no longer exists"
notice_decoding_vin: "Decoding VIN… this page will update automatically."
notice_vehicle_created: "Vehicle was successfully created."
notice_vehicle_deleted: "Vehicle was successfully deleted."
notice_vehicle_updated: "Vehicle was successfully updated."

View File

@@ -15,4 +15,8 @@ resources :customers do
end
#allow for just vehicles too
resources :vehicles
resources :vehicles do
member do
get :status
end
end