From c9d608175b165e93ed1afd2697de4977ab3dd579 Mon Sep 17 00:00:00 2001 From: Stella Rouzi Date: Tue, 12 Aug 2014 22:42:53 +0300 Subject: [PATCH] fix from rebase --- config/routes.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/routes.rb b/config/routes.rb index 9e84de26..f82dad27 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -15,6 +15,7 @@ Osem::Application.routes.draw do delete :remove_user end resource :contact, except: [:index, :new, :create] + resources :photos, except: [:show] resource :schedule, only: [:show, :update] resources :commercials, except: [:show] get '/stats' => 'stats#index'