diff options
author | Go MAEDA <maeda@farend.jp> | 2018-01-10 08:33:42 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2018-01-10 08:33:42 +0000 |
commit | cfd49183b0e4e6d1ce7bbb73c826b6ca98a61c2f (patch) | |
tree | 8dd198e4c1911fe77e82871cae7cc562be627202 /extra | |
parent | 6d4c0a77fe022da23b8c81529f84c522d9e652ca (diff) | |
download | redmine-cfd49183b0e4e6d1ce7bbb73c826b6ca98a61c2f.tar.gz redmine-cfd49183b0e4e6d1ce7bbb73c826b6ca98a61c2f.zip |
Remove 'unloadable' from bundled sample plugin (#27963).
Patch by Mischa The Evil.
git-svn-id: http://svn.redmine.org/redmine/trunk@17170 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'extra')
-rw-r--r-- | extra/sample_plugin/app/controllers/example_controller.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/extra/sample_plugin/app/controllers/example_controller.rb b/extra/sample_plugin/app/controllers/example_controller.rb index b85599a37..d38d01d91 100644 --- a/extra/sample_plugin/app/controllers/example_controller.rb +++ b/extra/sample_plugin/app/controllers/example_controller.rb @@ -1,7 +1,5 @@ # Sample plugin controller class ExampleController < ApplicationController - unloadable - layout 'base' before_action :find_project, :authorize menu_item :sample_plugin |