-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing config.reset_password_mailer when running from master #137
Comments
Interesting. Sending the include to ActionController shouldn't break the reset_password submodule... @andrewhood125 or @athix do you have any thoughts? |
@Ch4s3 we're sending everything into the module instead of the |
Reopen it!. In controllers is all ok, the helpers are injected, but the model doesnt it and get the same error.
and fix including this line in User model.
|
Hi. It is fixed now, with the edge version |
Ah, yeah this is the issue I fixed on #159. Closing this out again. |
When I'm trying to run our application using the
master
branch rather than the version (0.12.0) from Rubygems our app crashes with the error:I've bisected it between
0.12.0..master
and landed on this this commit.Please ask if there's anything you need to know or if there's anything I could do to help figure this out. 😃
EDIT:
We're using Ruby 2.4.4 and Rails 5.0.7.
The text was updated successfully, but these errors were encountered: