Merge pull request #916 from nishanthvijayan/eventattach-routes-cleanup

Remove leftover from event_attachment in routes
This commit is contained in:
Stella Rouzi 2016-03-28 16:10:56 +03:00
commit 2df6d1039f

View file

@ -98,7 +98,6 @@ Osem::Application.routes.draw do
resources :proposal do
get 'commercials/render_commercial' => 'commercials#render_commercial'
resources :commercials, only: [:create, :update, :destroy]
resources :event_attachment, controller: 'event_attachments'
member do
patch '/confirm' => 'proposal#confirm'
patch '/restart' => 'proposal#restart'