Sha256: 9bdb883463e45095c03563c827e0fe364fd8e6bf5a21b1c3183e392a8ad906d2
Contents?: true
Size: 301 Bytes
Versions: 19
Compression:
Stored size: 301 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
19 entries across 19 versions & 2 rubygems