Browse Source

Update the app name in extra/sample_plugin/init.rb: s/RedMine/Redmine/ (#28478).

Patch by Go MAEDA.


git-svn-id: http://svn.redmine.org/redmine/trunk@17255 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.0.0
Go MAEDA 6 years ago
parent
commit
aaf0c81719
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      extra/sample_plugin/init.rb

+ 1
- 1
extra/sample_plugin/init.rb View File

@@ -1,4 +1,4 @@
Rails.logger.info 'Starting Example plugin for RedMine'
Rails.logger.info 'Starting Example plugin for Redmine'

Redmine::Plugin.register :sample_plugin do
name 'Example plugin'

Loading…
Cancel
Save