From 9ab7e52ad62fc51ce73e3e9fc287333ea199a209 Mon Sep 17 00:00:00 2001 From: Pius Uzamere Date: Fri, 11 Dec 2009 01:07:27 -0500 Subject: [PATCH] log time as well --- app/controllers/prompts_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/prompts_controller.rb b/app/controllers/prompts_controller.rb index f33c5a8..900025a 100644 --- a/app/controllers/prompts_controller.rb +++ b/app/controllers/prompts_controller.rb @@ -48,7 +48,7 @@ class PromptsController < InheritedResources::Base def vote_direction(direction) authenticate - logger.info "#{current_user.inspect} is voting #{direction}." + logger.info "#{current_user.inspect} is voting #{direction} at #{Time.now}." @question = Question.find(params[:question_id]) @prompt = @question.prompts.find(params[:id]) case direction -- libgit2 0.21.2