Commit 27cf6d8d authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

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
parent 09bf503f
# Sample plugin controller
class ExampleController < ApplicationController
unloadable
layout 'base'
before_filter :find_project, :authorize
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment