Skip to content

Instantly share code, notes, and snippets.

@mikepack
Created March 7, 2012 03:13
Show Gist options
  • Select an option

  • Save mikepack/1990659 to your computer and use it in GitHub Desktop.

Select an option

Save mikepack/1990659 to your computer and use it in GitHub Desktop.
class ProductsController < ApplicationController
def search
Product.search do
fulltext 'cities'
with :used, false
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment