Skip to content

Instantly share code, notes, and snippets.

@bleonard
Created December 24, 2016 19:12
Show Gist options
  • Save bleonard/a4e8444ead51d70e00306bd786c03105 to your computer and use it in GitHub Desktop.
Save bleonard/a4e8444ead51d70e00306bd786c03105 to your computer and use it in GitHub Desktop.
# initializer
ResqueBus.dispatch("app_b") do
subscribe "user_created" do |attributes|
# business logic
NameCount.find_or_create_by_name(attributes["last_name"]).increment!
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment