Sha256: 7fd5331d91a404a69a56ec000f15bc4a36a4f72a6fa10692c08ebe9311790a72
Contents?: true
Size: 401 Bytes
Versions: 249
Compression:
Stored size: 401 Bytes
Contents
{ "total": <%= @collection[:total] %>, "subtotal": <%= @collection[:subtotal] %>, "page": <%= @collection[:page] || 0 %>, "per_page": "<%= @collection[:per_page].try(:html_safe) %>", "search": "<%= params[:search].try(:html_safe) %>", "sort": { "by": "<%= params[:sort_by].try(:html_safe) %>", "order": "<%= params[:sort_order].try(:html_safe) %>" }, "results": <%= yield %> }
Version data entries
249 entries across 249 versions & 1 rubygems