I am new to rails and am currently working on authentication using devem gem. I would like to communicate with my server from my mobile application. Therefore, I am sending data via JSON. When I tried to log in, it shows me the error below:
ActionController::RoutingError (uninitialized constant Devise::Controllers::InternalHelpers): app/controllers/session_controller.rb:4:in `<class:SessionController>' app/controllers/session_controller.rb:1:in `<top (required)>'
When I used devise gem version 1.4.6, it worked fine for me. But I want it to work with devise version 2.1.0 or later, in order to be able to use any new features that it supports.
If anyone has this suggestion or have any ideas, please help me. Thanks in advance.
Hi,
Senthil.
senthil
source share