1
2
3
class UserMailer < ActionMailer::Base 
  def signup_notification(user)
...

Ruby before_filter in model???

by Jeaf, April 21, 2008 11:19, 2 refactorings, tagged with Ruby on Rails

I have to call the setup_em...

99b003c2a01aa0dc3b0fe7c5d72f56a0 Talk