fix from rebase

This commit is contained in:
Stella Rouzi 2014-08-12 22:42:53 +03:00
parent f169049003
commit c9d608175b

View file

@ -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'