Skip to content

Commit dcb27ae

Browse files
committed
Merge pull request #1009 from hennevogel/routing
Fix program routing outside of Admin
2 parents d6a8680 + 30e10a4 commit dcb27ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/routes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
end
9797

9898
resources :conference, only: [:index, :show] do
99-
resource :program, except: :destroy do
99+
resource :program, only: [] do
100100
resources :proposal, except: :destroy do
101101
get 'commercials/render_commercial' => 'commercials#render_commercial'
102102
resources :commercials, only: [:create, :update, :destroy]

0 commit comments

Comments
 (0)