Sha256: 9f1cdc1d7d40c722e11505d15392c7644fddcafbfdc574ee8f6e07e696bfb20d
Contents?: true
Size: 311 Bytes
Versions: 13
Compression:
Stored size: 311 Bytes
Contents
- @contacts = @opportunity.contacts.paginate(page: params[:page], per_page: 20) $('#contacts').html('#{ j render(partial: 'contacts/contact', collection: @contacts) }'); $('#contacts_pagination').replaceWith('#{ j paginate(collection: @contacts, id: 'contacts_pagination', params: { action: 'contacts' } ) }');
Version data entries
13 entries across 13 versions & 1 rubygems