Skip to content

Instantly share code, notes, and snippets.

@rimian
Created March 14, 2013 03:32
Show Gist options
  • Select an option

  • Save rimian/5158603 to your computer and use it in GitHub Desktop.

Select an option

Save rimian/5158603 to your computer and use it in GitHub Desktop.
class Mailer < ActionMailer::Base
default from: "hello@example.com"
def notify
'notify'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment