mirror of
https://github.com/rickbarrette/redmine_qbo_vehicles.git
synced 2026-04-02 07:01:59 -04:00
moved vin decoding into a job
This commit is contained in:
@@ -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."
|
||||
@@ -15,4 +15,8 @@ resources :customers do
|
||||
end
|
||||
|
||||
#allow for just vehicles too
|
||||
resources :vehicles
|
||||
resources :vehicles do
|
||||
member do
|
||||
get :status
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user