diff options
author | Go MAEDA <maeda@farend.jp> | 2018-01-10 08:40:14 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2018-01-10 08:40:14 +0000 |
commit | 43ea0154976ef2704bcbfd7e8d4651c78d3fd08c (patch) | |
tree | 3f54fc28b0bf858adf7990cca30aa5e1bade838f | |
parent | 9ad71c617819fb50687b3c9b7943728667c50aef (diff) | |
download | redmine-43ea0154976ef2704bcbfd7e8d4651c78d3fd08c.tar.gz redmine-43ea0154976ef2704bcbfd7e8d4651c78d3fd08c.zip |
Merged r17170 from trunk to 3.4-stable (#27963).
git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@17171 e93f8b46-1217-0410-a6f0-8f06a7374b81
-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 |