According to http://wiki.merbivore.com/howto/mailers  I should have
the following in my config for test sends:

Merb::Mailer.delivery_method = :test_send

If I put this at the end of my config/environments/development.rb I
get an error: uninitialized constant Merb::Mailer (NameError)

If I put it in my config/init.rb Merb::BootLoader.after_app_loads do
block all it well.

Am I supposed to have an after_app_loads block also in my
development.rb??  Am I allowed to have multiple after_app_loads blocks
defined and the second one won't clobber the first?  or is this case
just a bug?

thanks, Jon
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"merb" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/merb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to