summaryrefslogtreecommitdiffstats
path: root/extra/sample_plugin/app/controllers/example_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'extra/sample_plugin/app/controllers/example_controller.rb')
-rw-r--r--extra/sample_plugin/app/controllers/example_controller.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/sample_plugin/app/controllers/example_controller.rb b/extra/sample_plugin/app/controllers/example_controller.rb
index 9bdaf448e..0c6cd5b91 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