Sha256: ea382b2e0b2f259509434a2fb62d08c2865c9e03515edfb4b154b2f7ba9c5f10
Contents?: true
Size: 311 Bytes
Versions: 13
Compression:
Stored size: 311 Bytes
Contents
- contacts = entity.contacts.order('updated_at DESC').paginate(page: params[:page], per_page: 20) $('#contacts').html('#{ j render(partial: 'contacts/contact', collection: contacts) }'); $('#contacts_pagination').html('#{ j paginate(collection: contacts, container: false, params: { action: 'contacts' } ) }');
Version data entries
13 entries across 13 versions & 1 rubygems