diff options
author | francis <francis> | 2008-04-15 23:53:10 +0000 |
---|---|---|
committer | francis <francis> | 2008-04-15 23:53:10 +0000 |
commit | f95573cb2ef05586be88439b5b645460029e76e2 (patch) | |
tree | 25a332f0454c893850804fbb8736d0099193fb66 /app/controllers/general_controller.rb | |
parent | b35d9905c4ee33614cdd6f5280121359ffab0b71 (diff) |
Store incoming and outgoing message id in the table for info request events, so has proper foreign key.
Diffstat (limited to 'app/controllers/general_controller.rb')
-rw-r--r-- | app/controllers/general_controller.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/controllers/general_controller.rb b/app/controllers/general_controller.rb index 9b9e311e7..7dbfa6b53 100644 --- a/app/controllers/general_controller.rb +++ b/app/controllers/general_controller.rb @@ -5,7 +5,7 @@ # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: general_controller.rb,v 1.17 2008-04-01 16:40:37 francis Exp $ +# $Id: general_controller.rb,v 1.18 2008-04-15 23:53:10 francis Exp $ class GeneralController < ApplicationController @@ -56,6 +56,8 @@ class GeneralController < ApplicationController query = params[:query] sortby = params[:sortby] perform_search(query, sortby) + + #render :controller => "help", :action => "about" end # For debugging |