Skip to content

Commit fa51c5a

Browse files
author
root
committed
This may fix #340
1 parent b4cbd17 commit fa51c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: config/routes.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
RedmineApp::Application.routes.draw do
22
# Handle the public keys plugin to my/account.
3-
scope "/my" do
3+
scope 'my' do
44
resources :public_keys, controller: 'gitolite_public_keys'
55
end
66

0 commit comments

Comments
 (0)