config/routes.rb in good_job-4.0.3 vs config/routes.rb in good_job-4.1.0

- old
+ new

@@ -29,10 +29,10 @@ end end resources :processes, only: %i[index] - resources :performance, only: %i[index] + resources :performance, only: %i[index show] scope :frontend, controller: :frontends do get "modules/:name", action: :module, as: :frontend_module, constraints: { format: 'js' } get "static/:name", action: :static, as: :frontend_static, constraints: { format: %w[css js] } end