From 5f39404e83fb019a1359577a8ee09948bff0b61a Mon Sep 17 00:00:00 2001 From: Zanz2 Date: Thu, 13 Sep 2018 11:25:25 +0200 Subject: [PATCH] minor indendation fix --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index 0b4d28779..234a32fa5 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -559,7 +559,7 @@ Rails.application.routes.draw do resources :my_modules, only: %i(index show), path: 'tasks', - as: :tasks do + as: :tasks do resources :my_module_repository_rows, only: %i(index show), path: 'task_inventory_rows', as: :task_inventory_rows