From 80cfc5746cef8c2aaa232dfe320db4e5e4f3eebc Mon Sep 17 00:00:00 2001 From: Petko Bordjukov Date: Mon, 26 Sep 2016 16:43:14 +0300 Subject: [PATCH] Enable the halfnarp event listing --- config/routes.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/routes.rb b/config/routes.rb index 6b94dbe..0d9b598 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -16,9 +16,9 @@ Rails.application.routes.draw do namespace :api do resources :conferences, only: [] do resources :events, only: :index do - # collection do - # get :halfnarp_friendly - # end + collection do + get :halfnarp_friendly + end end resources :speakers, only: :index resources :tracks, only: :index