Sha256: b79bd946ab040a368dbb3aff73c950e703d4864afbb079a8d3b59b4d5804bbe7
Contents?: true
Size: 419 Bytes
Versions: 12
Compression:
Stored size: 419 Bytes
Contents
json.current_page posts.current_page json.per_page posts.per_page json.total_entries posts.total_entries json.previous_page url_for(page: posts.previous_page, only_path: false) if posts.previous_page.present? json.next_page url_for(page: posts.next_page, only_path: false) if posts.next_page.present? json.entries posts.decorate do |post| json.partial! partial: 'partials/cama_post_entry', locals: { post: post } end
Version data entries
12 entries across 12 versions & 1 rubygems