From 8375ed1cfd46f1df1d66d19652cf54b17028cee4 Mon Sep 17 00:00:00 2001 From: Surinna Curtis Date: Sat, 23 Sep 2017 21:38:58 +0000 Subject: [PATCH] fix wrong name in extension route --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index c0a1fccf0b..c697d5d20d 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -239,7 +239,7 @@ Rails.application.routes.draw do end end - resources :extensions, only: :list + resources :extensions, only: :index end namespace :web do