add x-total-pages header to post listing
This commit is contained in:
@@ -9,6 +9,7 @@ class PostsController < ApplicationController
|
|||||||
def index
|
def index
|
||||||
@post_set = PostSets::Post.new(tag_query, params[:page], params[:limit])
|
@post_set = PostSets::Post.new(tag_query, params[:page], params[:limit])
|
||||||
@posts = @post_set.posts
|
@posts = @post_set.posts
|
||||||
|
response.headers["X-Total-Pages"] = @posts.total_pages.to_s
|
||||||
respond_with(@posts) do |format|
|
respond_with(@posts) do |format|
|
||||||
format.atom
|
format.atom
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user