Skip to content

Instantly share code, notes, and snippets.

@rimian
Created March 14, 2013 03:32
Show Gist options
  • Save rimian/5158603 to your computer and use it in GitHub Desktop.
Save rimian/5158603 to your computer and use it in GitHub Desktop.
class Mailer < ActionMailer::Base
default from: "[email protected]"
def notify
'notify'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment