@@ -24,7 +24,7 Redmine::Plugin.register :sample_plugin do | |||||
24 |
|
24 | |||
25 | # A new item is added to the project menu |
|
25 | # A new item is added to the project menu | |
26 | menu :project_menu, :sample_plugin, { :controller => 'example', :action => 'say_hello' }, :caption => 'Sample' |
|
26 | menu :project_menu, :sample_plugin, { :controller => 'example', :action => 'say_hello' }, :caption => 'Sample' | |
27 |
|
27 | |||
28 | # Meetings are added to the activity view |
|
28 | # Meetings are added to the activity view | |
29 | activity_provider :meetings |
|
29 | activity_provider :meetings | |
30 | end |
|
30 | end |
General Comments 0
You need to be logged in to leave comments.
Login now