How can I get devise invitable to use a different devise mailer I set in the config file?
Date : March 29 2020, 07:55 AM
wish of those help The invitable module should automatically use NewDeviseMailer since it calls Devise.mailer, not Devise::Mailer and you changed the default mailer in the initializer.
|
Devise Invitable LoadError
Date : March 29 2020, 07:55 AM
I wish this helpful for you It was a gem compatibility issue. After version 1.1.4, the structure of devise_invitable changed. devise_invitable/controllers/registrations
module DeviseInvitable::Controllers::Registrations
module DeviseInvitable::RegistrationsControllers
|
Rails Devise/Invitable
Date : March 29 2020, 07:55 AM
To fix this issue Turns out that the culprit was my super statement, the render was being called so it never actually got to the @invited_users, I just moved it below
|
Changed Devise mailer template path, now Devise Invitable's e-mail subject lines fail
Date : March 29 2020, 07:55 AM
|
How do I override the PasswordsController actions in a rails app with ActiveAdmin & Devise
Date : March 29 2020, 07:55 AM
|