Skip to content

Instantly share code, notes, and snippets.

@sighmin
Created September 29, 2015 19:50
Show Gist options
  • Save sighmin/f37ce8ec2c30612987b4 to your computer and use it in GitHub Desktop.
Save sighmin/f37ce8ec2c30612987b4 to your computer and use it in GitHub Desktop.
module ViewHelpers
extend ActiveSupport::Concern
included do
def default_url_options
ActionMailer::Base.default_url_options
end
end
...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment