From 53555d5efaab2329a16f8e516e5cd38a3180be11 Mon Sep 17 00:00:00 2001 From: Nishanth Vijayan Date: Sat, 26 Mar 2016 15:49:23 +0530 Subject: [PATCH] Remove leftover from event_attachment in routes --- config/routes.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index b22775e5..ece388ab 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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'