devise_for with namespace generate wrong methods · Issue #412 · heartcombo/devise

Hello guys I found a weird behavior when we use namespaces with devise_for route. For example: namespace :admin do devise_for :users, :module => "devise" end The code above will generate the follow...