From 8abe28d992b978867487dec623f0cbf383a4d26a Mon Sep 17 00:00:00 2001 From: MrZYX Date: Thu, 12 May 2011 12:32:14 +0200 Subject: [PATCH] fix 500 on tags#show --- app/controllers/tags_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/tags_controller.rb b/app/controllers/tags_controller.rb index 3ce661e44..5cd085592 100644 --- a/app/controllers/tags_controller.rb +++ b/app/controllers/tags_controller.rb @@ -3,7 +3,7 @@ # the COPYRIGHT file. class TagsController < ApplicationController - helper :comments + helper :comments, :likes skip_before_filter :count_requests skip_before_filter :set_invites skip_before_filter :which_action_and_user