Sha256: 92ec3b483920bd97ddfb4f1c2aa8568485f9208021e11bb9464e259b731fbe9f
Contents?: true
Size: 231 Bytes
Versions: 113
Compression:
Stored size: 231 Bytes
Contents
object false child(@collection => :customer_returns) do attributes *customer_return_attributes end node(:count) { @collection.count } node(:current_page) { params[:page].try(:to_i) || 1 } node(:pages) { @collection.total_pages }
Version data entries
113 entries across 113 versions & 3 rubygems