Commit 476c76ea authored by Lee Tickett's avatar Lee Tickett Committed by Michael Kozono

Revert "Changed cursor for entire block"

This reverts commit dd16fdbcd56ec2a4b0e4eccb4c2dd09bd39009a3.
parent 2d42ff3d
---
title: Add default route for admin/geo
merge_request: 15726
author: Lee Tickett
type: other
......@@ -26,6 +26,8 @@ namespace :admin do
end
namespace :geo do
get '/' => 'nodes#index'
resources :nodes, only: [:index, :create, :new, :edit, :update]
resources :projects, only: [:index, :destroy] do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment