diff --git a/app/controllers/posts_controller.rb b/app/controllers/posts_controller.rb index 49227814c..f31cba0d4 100644 --- a/app/controllers/posts_controller.rb +++ b/app/controllers/posts_controller.rb @@ -3,8 +3,6 @@ def index @tag = params[:tag] @posts = Post.find_recent(:tag => @tag, :include => :tags) - raise(ActiveRecord::RecordNotFound) if @tag && @posts.empty? - respond_to do |format| format.html format.atom { render :layout => false }