diff options
author | francis <francis> | 2007-10-31 17:25:29 +0000 |
---|---|---|
committer | francis <francis> | 2007-10-31 17:25:29 +0000 |
commit | 3e3f3d198ff24742b34dd77b6cd88a2417d27976 (patch) | |
tree | 2aff1b095e8c4f73232f60fc5cc75eb897f3dffb /app/controllers/admin_controller.rb | |
parent | 3232d3d2566d99f1576492e22376cbb3204781f5 (diff) |
Move signin/signup/signout actions from application controller to user controller.
(They were already only being routed to the user controller)
Diffstat (limited to 'app/controllers/admin_controller.rb')
-rw-r--r-- | app/controllers/admin_controller.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/admin_controller.rb b/app/controllers/admin_controller.rb index 7bb60b036..76fb8de07 100644 --- a/app/controllers/admin_controller.rb +++ b/app/controllers/admin_controller.rb @@ -1,10 +1,10 @@ -# app/controllers/admin_public_body_controller.rb: +# app/controllers/admin_controller.rb: # Controller for admin interface. # # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: admin_controller.rb,v 1.1 2007-09-03 09:39:20 francis Exp $ +# $Id: admin_controller.rb,v 1.2 2007-10-31 17:25:29 francis Exp $ class AdminController < ApplicationController layout "admin" |