Skip to content

Instantly share code, notes, and snippets.

@kumar1202
Created March 21, 2020 09:36
Show Gist options
  • Save kumar1202/024b7cb2ea8feec697fc425e0dfe32c1 to your computer and use it in GitHub Desktop.
Save kumar1202/024b7cb2ea8feec697fc425e0dfe32c1 to your computer and use it in GitHub Desktop.
class SendEmailJob < ActiveJob::Base
queue_as :default
def perform(body, email)
Mailer.send(body, email)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment