My subdomain depends on the REQUEST, like @subdomain = request.subdomain
I need to send the reset password instructions with this subdomain in the URLs.
There is a way to do that with Devise?
I couldn't find a way to add an extra param to Devise and see the data in the mailer view.