Sha256: 6757e44f5be14b7e54f28fa41be91288b40d28f3b8afd11f0107a6883eabc4d3
Contents?: true
Size: 289 Bytes
Versions: 13
Compression:
Stored size: 289 Bytes
Contents
= section(object, :contacts) .list#contacts - contacts = object.contacts.order('updated_at desc').paginate(page: 1, per_page: 20) = render partial: "contacts/contact", collection: contacts = paginate( collection: contacts, id: 'contacts_pagination', params: { action: 'contacts' } )
Version data entries
13 entries across 13 versions & 1 rubygems