Skip to content

Instantly share code, notes, and snippets.

@bplexico
Created June 9, 2013 20:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bplexico/5745181 to your computer and use it in GitHub Desktop.
Save bplexico/5745181 to your computer and use it in GitHub Desktop.
final SearchObserver
class SearchObserver < ActiveRecord::Observer
observe :topic, :post, :user, :category
def after_save(obj)
obj.update_search_data_index
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment