Skip to content

Instantly share code, notes, and snippets.

@Sailias
Created March 8, 2013 19:22
Show Gist options
  • Save Sailias/5119053 to your computer and use it in GitHub Desktop.
Save Sailias/5119053 to your computer and use it in GitHub Desktop.
@students = Student
@students = @students.where(name: params[:name]) unless params[:name].blank?
@students = @students.where(age: params[:age]) unless params[:age].blank?
@students.page params[:page]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment