= section(object, :contacts) .list#contacts - contacts = object.contacts.paginate(:page => 1, :per_page => 20) = render :partial => "contacts/contact", :collection => contacts = will_paginate contacts, :id => 'contacts_pagination', :params => {:action => :contacts}