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,17 +1,16 | |||||
|
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, |
|
12 | :create, :create_from_list, |
|
11 | :create, :create_from_list, |
|
13 | :update, |
|
12 | :update, |
|
14 | :manage_contest, |
|
13 | :manage_contest, |
|
15 | :bulk_mail |
|
14 | :bulk_mail |
|
16 | ], |
|
15 | ], |
|
17 | :redirect_to => { :action => :list } |
|
16 | :redirect_to => { :action => :list } |
You need to be logged in to leave comments.
Login now