Nemo

Results 1 comments of Nemo

I ran into this issue as well with ```ruby class MyDeviseModel def send_devise_notification(notification, *args) devise_mailer.send(notification, self, *args) if notification == :reset_password_instructions end end ``` the signature for `send` comes from...