fix 500 on tags#show

This commit is contained in:
MrZYX 2011-05-12 12:32:14 +02:00
parent 9f070593ff
commit 8abe28d992

View file

@ -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