Tagged Questions

1
vote
0answers
37 views

NameError for ActionMailer within ActionController

I'm on Rails 3.0, and I pretty much followed the steps on the API to define a mailer by doing rails generate mailer Notifier Within my controller, I call Notifier.mytemplate(...) When I go to the ...