@@ -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