Mercurial > hg > soundsoftware-site
view vendor/plugins/redmine_bibliography/init.rb @ 402:ef8a9bc67e15 feature_36
Fixed the migrations, so that the one-to-one association works correctly.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Tue, 12 Apr 2011 12:53:16 +0100 |
parents | ad71d0604ac2 |
children | 2f1a308c4c11 |
line wrap: on
line source
require 'redmine' Redmine::Plugin.register :redmine_bibliography do name 'Redmine Bibliography plugin' author 'Chris Cannam, Luis Figueira' description 'This is a plugin for Redmine' version '0.0.1' url 'http://example.com/path/to/plugin' author_url 'http://example.com/about' permission :view_bibliography, :redmine_bibliography => :index menu :project_menu, :redmine_bibliography, {:controller => 'publications', :action => 'index'}, :caption => 'Bibliography', :after => :activity, :param => :project_id end