remove trailing white-spaces from extra/sample_plugin/init.rb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9295 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
db110ba35e
commit
3847223841
|
@ -24,7 +24,7 @@ Redmine::Plugin.register :sample_plugin do
|
|||
|
||||
# A new item is added to the project menu
|
||||
menu :project_menu, :sample_plugin, { :controller => 'example', :action => 'say_hello' }, :caption => 'Sample'
|
||||
|
||||
|
||||
# Meetings are added to the activity view
|
||||
activity_provider :meetings
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue