Hide the super secret event/speaker information

This commit is contained in:
Petko Bordjukov 2016-08-16 10:11:12 +03:00
parent b69877d4c6
commit 3fd09ca53a
1 changed files with 6 additions and 6 deletions

View File

@ -15,12 +15,12 @@ Rails.application.routes.draw do
namespace :api do namespace :api do
resources :conferences, only: [] do resources :conferences, only: [] do
resources :events, only: :index do # resources :events, only: :index do
collection do # collection do
get :halfnarp_friendly # get :halfnarp_friendly
end # end
end # end
resources :speakers, only: :index # resources :speakers, only: :index
resources :tracks, only: :index resources :tracks, only: :index
resources :event_types, only: :index resources :event_types, only: :index
resources :halls, only: :index resources :halls, only: :index