Sha256: 75ae84680258006a00105b381e85e44d4e1f7f32b16542aeaaba1a108817a429
Contents?: true
Size: 244 Bytes
Versions: 25
Compression:
Stored size: 244 Bytes
Contents
# frozen_string_literal: true json.next url_for(page: records.next_page) unless records.last_page? json.prev url_for(page: records.prev_page) unless records.first_page? json.total_pages records.total_pages json.total_items records.total_count
Version data entries
25 entries across 25 versions & 1 rubygems