Description:
confusing merge
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r483:7cf62e1e74ba - - 1 file changed: 0 inserted, 1 deleted
@@ -1,11 +1,10 | |||||
|
1 | require 'csv' |
|
1 | require 'csv' |
|
2 |
|
2 | ||
|
3 | class UserAdminController < ApplicationController |
|
3 | class UserAdminController < ApplicationController |
|
4 |
|
4 | ||
|
5 | - |
|
||
|
6 | include MailHelperMethods |
|
5 | include MailHelperMethods |
|
7 |
|
6 | ||
|
8 | before_filter :admin_authorization |
|
7 | before_filter :admin_authorization |
|
9 |
|
8 | ||
|
10 | # GETs should be safe (see http://www.w3.org/2001/tag/doc/whenToUseGet.html) |
|
9 | # GETs should be safe (see http://www.w3.org/2001/tag/doc/whenToUseGet.html) |
|
11 | verify :method => :post, :only => [ :destroy, |
|
10 | verify :method => :post, :only => [ :destroy, |
You need to be logged in to leave comments.
Login now