devise_for vs devise_scope routes · Issue #2840 · heartcombo/devise

Using devise (3.2.2) Using rails (4.0.2) Working on developing an API which only has the need for only certain routes. I have the following in my routes.rb: devise_for :users, path: '/users', contr...