Skip to content

Instantly share code, notes, and snippets.

@marcoslebron
Created May 8, 2017 22:04
Show Gist options
  • Save marcoslebron/8ec7d117df0b451f07c637d9b2c3bb68 to your computer and use it in GitHub Desktop.
Save marcoslebron/8ec7d117df0b451f07c637d9b2c3bb68 to your computer and use it in GitHub Desktop.
@companies = Company.includes(:company_users).search(params[:q]).page(params[:page]).per(params[:per_page]||6)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment