diff options
Diffstat (limited to 'extra/sample_plugin/app/controllers/example_controller.rb')
-rw-r--r-- | extra/sample_plugin/app/controllers/example_controller.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/sample_plugin/app/controllers/example_controller.rb b/extra/sample_plugin/app/controllers/example_controller.rb index 0c6cd5b91..8d63206af 100644 --- a/extra/sample_plugin/app/controllers/example_controller.rb +++ b/extra/sample_plugin/app/controllers/example_controller.rb @@ -4,6 +4,7 @@ class ExampleController < ApplicationController layout 'base' before_filter :find_project, :authorize + menu_item :sample_plugin def say_hello @value = Setting.plugin_sample_plugin['sample_setting'] |