Skip to content

Instantly share code, notes, and snippets.

@DriesS
Created November 16, 2011 14:12
Show Gist options
  • Select an option

  • Save DriesS/1370145 to your computer and use it in GitHub Desktop.

Select an option

Save DriesS/1370145 to your computer and use it in GitHub Desktop.
@brand = Brand.find_by_url_name!(params[:brand]) if params[:brand].present?
search = Product.where(:brand, @brand)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment