Rescue Query::StatementInvalid in TimelogController.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10973 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2012-12-09 21:13:26 +00:00
parent 0ce6eb9285
commit aba07a860f
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ class TimelogController < ApplicationController
accept_rss_auth :index
accept_api_auth :index, :show, :create, :update, :destroy
rescue_from Query::StatementInvalid, :with => :query_statement_invalid
helper :sort
include SortHelper
helper :issues