Skip to content

Instantly share code, notes, and snippets.

@edavis10
Created May 29, 2009 16:05
Show Gist options
  • Save edavis10/120027 to your computer and use it in GitHub Desktop.
Save edavis10/120027 to your computer and use it in GitHub Desktop.
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