Skip to content

Instantly share code, notes, and snippets.

@levent
Created August 22, 2008 16:02
Show Gist options
  • Save levent/6807 to your computer and use it in GitHub Desktop.
Save levent/6807 to your computer and use it in GitHub Desktop.
# Taken directly from rails docs
class MyMailer
include ActionController::UrlWriter
default_url_options[:host] = 'www.basecamphq.com'
def signup_url(token)
url_for(:controller => 'signup', action => 'index', :token => token)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment