[i have customize the devise gem controller in my application]
[error comes : uninitialized constant SessionsController] i also copies the view in to the separate section but still it comes
[i have customize the devise gem controller in my application]
[error comes : uninitialized constant SessionsController] i also copies the view in to the separate section but still it comes
in your routes.rb must be devise_for like this
devise_for :users, controllers: { registrations: 'users/registrations', sessions: 'users/sessions'}