From 7a0f6e5f277208194feadd6c1087ab3c106088fd Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Mon, 30 Apr 2012 10:28:58 -0400 Subject: [PATCH] Added Maps to top menu The menu link routes users to the Maps#index closes #28 --- init.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/init.rb b/init.rb index 3c9dff8..f711376 100644 --- a/init.rb +++ b/init.rb @@ -7,4 +7,5 @@ Redmine::Plugin.register :redmine_exception_handler do version '0.1.0' url 'http://example.com/redmine/exceptionhandler' author_url 'http://rickbarrette.dyndns.org' + menu :top_menu, :maps, { :controller => 'maps', :action => 'index' }, :caption => 'Maps', :before => :help end