Enable the halfnarp event listing

This commit is contained in:
Petko Bordjukov 2016-09-26 16:43:14 +03:00
parent f8d261f149
commit 80cfc5746c
1 changed files with 3 additions and 3 deletions

View File

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