Skip to content

Instantly share code, notes, and snippets.

@jkaflik
Created April 17, 2011 20:52
Show Gist options
  • Save jkaflik/924459 to your computer and use it in GitHub Desktop.
Save jkaflik/924459 to your computer and use it in GitHub Desktop.
@sites = current_user.sites.page( params[:page] ).per( 5 )
#current_user provided by Devise (User model)
= render @sites
= paginate @sites
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment