weppos / actionmailer_with_request

A simple plugin to make the Rails request context available for generating URLs in ActionMailer.
MIT License
54 stars 8 forks source link

getting ActionMailerWithRequest::MailerMonkeyPatch not defined #1

Closed artur79 closed 14 years ago

artur79 commented 14 years ago

I'm getting

`load_missing_constant': uninitialized constant ActionMailerWithRequest::MailerMonkeyPatch (NameError)

when running on my config rails 2.3.5 ruby 1.8.7. Is there Rails 3 required ?

weppos commented 14 years ago

Fixed uninitialized constant ActionMailerWithRequest::MailerMonkeyPatch error (closed by 4a614b3a74d4e9bc6a0fd591e406a5e501182d82)