Skip to content

Instantly share code, notes, and snippets.

@kdiogenes
Created April 29, 2016 14:38
Show Gist options
  • Select an option

  • Save kdiogenes/a66edeff64201f890bead06d4b4d58ce to your computer and use it in GitHub Desktop.

Select an option

Save kdiogenes/a66edeff64201f890bead06d4b4d58ce to your computer and use it in GitHub Desktop.
class ApplicationMailer < ActionMailer::Base
private
def default_url_options
Thread.current[DYNAMIC_URL_OPTIONS_KEY]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment