From 3104658d6c5adc2c434ff2e874c516b7f7fef443 Mon Sep 17 00:00:00 2001 From: "Matthew M. Boedicker" Date: Sat, 30 Jan 2016 01:21:01 -0800 Subject: [PATCH] Restrict v3 API pending src images routes to show only --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index bdac2b9..6977589 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -101,7 +101,7 @@ namespace :api do namespace :v3 do - resources :pending_src_images + resources :pending_src_images, only: :show end end