Fixed job number to work with broadcast in jobs#index

This commit is contained in:
2025-07-23 15:52:55 +02:00
parent e1c6a90830
commit a01ac2203e
5 changed files with 24 additions and 5 deletions

View File

@@ -14,6 +14,7 @@ Rails.application.routes.draw do
member do
patch "cancel"
get "cancel_button"
get "badge"
end
end
resource :profile, only: [ :show, :edit, :destroy ]