diff options
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 |