diff options
author | francis <francis> | 2009-10-03 01:42:01 +0000 |
---|---|---|
committer | francis <francis> | 2009-10-03 01:42:01 +0000 |
commit | e6189e0222b9c94dd416df007ce2061bbc69c97c (patch) | |
tree | 6586e28f887542635fee195299059a2de330232d /app/controllers/request_game_controller.rb | |
parent | 6b934c0abc3c3b0a8b720a45f6699014c3865dba (diff) |
how different flash if going back to game, vs staying on page of request. Link to request in former case.
Diffstat (limited to 'app/controllers/request_game_controller.rb')
-rw-r--r-- | app/controllers/request_game_controller.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/controllers/request_game_controller.rb b/app/controllers/request_game_controller.rb index 574388e21..4a95d4108 100644 --- a/app/controllers/request_game_controller.rb +++ b/app/controllers/request_game_controller.rb @@ -4,7 +4,7 @@ # Copyright (c) 2009 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: request_game_controller.rb,v 1.4 2009-10-03 01:28:33 francis Exp $ +# $Id: request_game_controller.rb,v 1.5 2009-10-03 01:42:01 francis Exp $ class RequestGameController < ApplicationController @@ -30,7 +30,6 @@ class RequestGameController < ApplicationController end end - # Requests similar to this one def stop session[:request_game] = nil flash[:notice] = 'Thank you for helping us keep the site tidy!' |