Guest User

Untitled

a guest
Oct 22nd, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. class DevelopmentMailInterceptor
  2. def self.delivering_email(message)
  3. message.subject = "[#{message.to}] #{message.subject}"
  4. message.to = "luke@example.com"
  5. end
  6. end
Add Comment
Please, Sign In to add comment