Add unloadable to the sample plugin controller (http://dev.rubyonrails.org/ticket/6001).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1282 e93f8b46-1217-0410-a6f0-8f06a7374b81
pull/351/head
Jean-Philippe Lang 17 years ago
parent 09bf503fd2
commit 27cf6d8d64
  1. 2
      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

Loading…
Cancel
Save