Tag.with_category(current_category) do
@tag_pages = Paginator.new self, current_user.recommended_tags_count, 30, params[:page]
@tags = current_user.recommended_tags :offset => @tag_pages.current.offset, :limit => @tag_pages.items_per_page
@my_interests = current_user.explicit_interests
end
Pastie
