Try to get rid of the googlebot error on posts/show

This commit is contained in:
Raphael Sofaer 2011-08-11 14:25:44 -07:00
parent c67b2a5e93
commit 7900f291e4

View file

@ -27,8 +27,8 @@ class PostsController < ApplicationController
end
respond_to do |format|
format.all{ }
format.xml{ render :xml => @post.to_diaspora_xml }
format.any{}
end
else