Commit 9258ad6e authored by Michael Vernier's avatar Michael Vernier

added Polls to project menu

parent 1ce41410
......@@ -5,4 +5,7 @@ Redmine::Plugin.register :redmine_polls do
version '0.0.1'
url 'http://www.redmine.org/projects/redmine/wiki/Plugin_Tutorial'
author_url 'http://69.164.219.227/redmine'
permission :polls, { :polls => [ :index, :vote ] }, :public => true
menu :project_menu, :polls, { :controller => 'polls', :action => 'index' }, :caption => 'Polls', :after => :activity, :param => :project_id
end
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