diff options
-rw-r--r-- | app/helpers/application_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 3e0074da394..a9983e91052 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -273,7 +273,7 @@ module ApplicationHelper end end - path = request.path + path = request.path << ".json" path << "?#{options.to_param}" if add_label if params[:label_name].present? and params[:label_name].respond_to?('any?') |