Remove leftover from event_attachment in routes

This commit is contained in:
Nishanth Vijayan 2016-03-26 15:49:23 +05:30
parent 10ef898a0d
commit 53555d5efa

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'