From b24df82fee134f13e2dd589d6b611b7b761ea14d Mon Sep 17 00:00:00 2001 From: hukl Date: Sun, 9 May 2010 11:20:59 +0200 Subject: only respond to html requests here --- app/controllers/tags_controller.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/controllers/tags_controller.rb b/app/controllers/tags_controller.rb index 473dce4..aef6e83 100644 --- a/app/controllers/tags_controller.rb +++ b/app/controllers/tags_controller.rb @@ -19,6 +19,10 @@ class TagsController < ApplicationController :per_page => 23 ) ) + + respond_to do |format| + format.html {} + end end end -- cgit v1.3