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