Skip to content

Instantly share code, notes, and snippets.

@phuesler
Created August 14, 2009 17:30
Show Gist options
  • Save phuesler/167978 to your computer and use it in GitHub Desktop.
Save phuesler/167978 to your computer and use it in GitHub Desktop.
User.paginate(:page => params[:page], :per_page => 10,:select => "name, id").map{|user| [user.name, user.id]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment