]> source.dussan.org Git - redmine.git/commitdiff
Add unloadable to the sample plugin controller (http://dev.rubyonrails.org/ticket...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 21 Mar 2008 20:02:41 +0000 (20:02 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 21 Mar 2008 20:02:41 +0000 (20:02 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1282 e93f8b46-1217-0410-a6f0-8f06a7374b81

extra/sample_plugin/app/controllers/example_controller.rb

index 9bdaf448ebf732e661e962b2d8aa4e6105305db0..0c6cd5b9119a36bf0b6187e36062559bdf345223 100644 (file)
@@ -1,5 +1,7 @@
 # Sample plugin controller
 class ExampleController < ApplicationController
+  unloadable
+  
   layout 'base'  
   before_filter :find_project, :authorize