mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-31 04:32:06 +08:00
minor indendation fix
This commit is contained in:
parent
26856463ac
commit
5f39404e83
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue