minor indendation fix

This commit is contained in:
Zanz2 2018-09-13 11:25:25 +02:00
parent 26856463ac
commit 5f39404e83

View file

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