Skip to content

Instantly share code, notes, and snippets.

@nz
Created August 17, 2010 16:51
Show Gist options
  • Save nz/530800 to your computer and use it in GitHub Desktop.
Save nz/530800 to your computer and use it in GitHub Desktop.
class Foo < ActiveRecord::Base
searchable do
# ...
end
handle_asynchronously :solr_index
end
@martinstreicher
Copy link

Great tip, Nick.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment