diff --git a/config/routes.rb b/config/routes.rb index 73db2a2d..c9e0954f 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -170,6 +170,7 @@ Osem::Application.routes.draw do end end resource :program, only: [] do + get 'proposal/:id', to: 'proposals#show' # For backward compatibility resources :proposals, except: :destroy do get 'commercials/render_commercial' => 'commercials#render_commercial' resources :commercials, only: [:create, :update, :destroy]