From a63117b99f4d29b930834f6aafa025d88d98ab06 Mon Sep 17 00:00:00 2001 From: albert Date: Sun, 10 Mar 2013 23:35:20 -0400 Subject: [PATCH] fixes #839 --- app/controllers/posts_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/posts_controller.rb b/app/controllers/posts_controller.rb index 2e8daa288..f2666ad02 100644 --- a/app/controllers/posts_controller.rb +++ b/app/controllers/posts_controller.rb @@ -9,7 +9,6 @@ class PostsController < ApplicationController def index @post_set = PostSets::Post.new(tag_query, params[:page], params[:limit]) @posts = @post_set.posts - response.headers["X-Total-Pages"] = @posts.total_pages.to_s respond_with(@posts) do |format| format.atom end