You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey!
I've seen a few of the issues that describes following error and gives us a way to deal with it when mount_devise_token_auth_for is nested inside of namespace in Rails routing. #182
@WojciechKo and how can we find the class? User itself doesn't exist in your codebase, and I don't think method aliasing for this case is bad. Sorry about that!
Hey!
I've seen a few of the issues that describes following error and gives us a way to deal with it when
mount_devise_token_auth_for
is nested inside ofnamespace
in Rails routing. #182I found out that when you nest your model inside of a module, the helper-methods names changes as well.
Do you have any proposition how to get
authenticate_user
in given example without method aliasing?The text was updated successfully, but these errors were encountered: