Merge pull request #916 from nishanthvijayan/eventattach-routes-cleanup
Remove leftover from event_attachment in routes
This commit is contained in:
commit
2df6d1039f
1 changed files with 0 additions and 1 deletions
|
|
@ -98,7 +98,6 @@ Osem::Application.routes.draw do
|
||||||
resources :proposal do
|
resources :proposal do
|
||||||
get 'commercials/render_commercial' => 'commercials#render_commercial'
|
get 'commercials/render_commercial' => 'commercials#render_commercial'
|
||||||
resources :commercials, only: [:create, :update, :destroy]
|
resources :commercials, only: [:create, :update, :destroy]
|
||||||
resources :event_attachment, controller: 'event_attachments'
|
|
||||||
member do
|
member do
|
||||||
patch '/confirm' => 'proposal#confirm'
|
patch '/confirm' => 'proposal#confirm'
|
||||||
patch '/restart' => 'proposal#restart'
|
patch '/restart' => 'proposal#restart'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue