@@ -30,6 +30,8 class TimelogController < ApplicationController | |||
|
30 | 30 | accept_rss_auth :index |
|
31 | 31 | accept_api_auth :index, :show, :create, :update, :destroy |
|
32 | 32 | |
|
33 | rescue_from Query::StatementInvalid, :with => :query_statement_invalid | |
|
34 | ||
|
33 | 35 | helper :sort |
|
34 | 36 | include SortHelper |
|
35 | 37 | helper :issues |
General Comments 0
You need to be logged in to leave comments.
Login now