##// END OF EJS Templates
Add unloadable to the sample plugin controller (http://dev.rubyonrails.org/ticket/6001)....
Jean-Philippe Lang -
r1267:27cf6d8d641c
parent child
Show More
@@ -1,5 +1,7
1 # Sample plugin controller
1 # Sample plugin controller
2 class ExampleController < ApplicationController
2 class ExampleController < ApplicationController
3 unloadable
4
3 layout 'base'
5 layout 'base'
4 before_filter :find_project, :authorize
6 before_filter :find_project, :authorize
5
7
General Comments 0
You need to be logged in to leave comments. Login now