Created
May 29, 2009 16:05
-
-
Save edavis10/120027 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'redmine' | |
| Redmine::Plugin.register :my_plugin_name do | |
| name 'My Plugin Name' | |
| author 'Eric Davis' | |
| url 'https://projects.littlestreamsoftware.com' | |
| author_url 'http://www.littlestreamsoftware.com' | |
| description "Does stuff" | |
| version '0.1.0' | |
| menu(:top_menu, :name_of_the_link_to_google, 'http://google.com') | |
| menu(:top_menu, :name_of_the_link_to_redmine, 'http://www.redmine.org') | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment