From 3fd09ca53ab88784d71fb7c70f9945e4b96dff25 Mon Sep 17 00:00:00 2001 From: Petko Bordjukov Date: Tue, 16 Aug 2016 10:11:12 +0300 Subject: [PATCH] Hide the super secret event/speaker information --- config/routes.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/routes.rb b/config/routes.rb index 0d9b598..bb41869 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -15,12 +15,12 @@ Rails.application.routes.draw do namespace :api do resources :conferences, only: [] do - resources :events, only: :index do - collection do - get :halfnarp_friendly - end - end - resources :speakers, only: :index + # resources :events, only: :index do + # collection do + # get :halfnarp_friendly + # end + # end + # resources :speakers, only: :index resources :tracks, only: :index resources :event_types, only: :index resources :halls, only: :index