Skip to content

Instantly share code, notes, and snippets.

@redsquirrel
Created March 4, 2012 15:56
Show Gist options
  • Save redsquirrel/1973646 to your computer and use it in GitHub Desktop.
Save redsquirrel/1973646 to your computer and use it in GitHub Desktop.
Find the race condition...
class Comment < ActiveRecord::Base
def after_save
Resque.enqueue(Notify, self.id)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment