Sha256: 62c38e702c102c944a3ccc8be29acb7f5f98fdfd96eacb1f754551b3867aaffc
Contents?: true
Size: 299 Bytes
Versions: 37
Compression:
Stored size: 299 Bytes
Contents
<% page_info = paginate_params(@response) %> <%= tag :meta, :name => "totalResults", :content => @response.total %> <%= tag :meta, :name => "startIndex", :content => (page_info.current_page == 1 ? 1 : @response.start ) %> <%= tag :meta, :name => "itemsPerPage", :content => page_info.limit_value %>
Version data entries
37 entries across 37 versions & 1 rubygems