@@ -20,7 +20,7 class RolesController < ApplicationController | |||||
20 |
|
20 | |||
21 | before_filter :require_admin |
|
21 | before_filter :require_admin | |
22 |
|
22 | |||
23 |
verify :method => :post, :only => [ :destroy |
|
23 | verify :method => :post, :only => [ :destroy ], | |
24 | :redirect_to => { :action => :index } |
|
24 | :redirect_to => { :action => :index } | |
25 |
|
25 | |||
26 | def index |
|
26 | def index |
General Comments 0
You need to be logged in to leave comments.
Login now