Skip to content

Commit

Permalink
Merge pull request #1009 from hennevogel/routing
Browse files Browse the repository at this point in the history
Fix program routing outside of Admin
  • Loading branch information
ChrisBr committed May 23, 2016
2 parents d6a8680 + 30e10a4 commit dcb27ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Expand Up @@ -96,7 +96,7 @@
end

resources :conference, only: [:index, :show] do
resource :program, except: :destroy do
resource :program, only: [] do
resources :proposal, except: :destroy do
get 'commercials/render_commercial' => 'commercials#render_commercial'
resources :commercials, only: [:create, :update, :destroy]
Expand Down

0 comments on commit dcb27ae

Please sign in to comment.