diff --git a/extra/sample_plugin/app/controllers/example_controller.rb b/extra/sample_plugin/app/controllers/example_controller.rb index 9bdaf448..0c6cd5b9 100644 --- a/extra/sample_plugin/app/controllers/example_controller.rb +++ b/extra/sample_plugin/app/controllers/example_controller.rb @@ -1,5 +1,7 @@ # Sample plugin controller class ExampleController < ApplicationController + unloadable + layout 'base' before_filter :find_project, :authorize