Rails3 devise - no routes match "/ sessions / user"

this is the first time I am working on development, and I am confused by the sheer number of files and configuration options. Before starting the installation, I used excellent authentication from rayan bates - which I did not remove before installing devise, and I assume that now my routes and / or controllers are a bit confused.

well, after singing in on / users / sign_in devise is trying to redirect me to

http://localhost:3000/sessions/user

but I get the error:

No route matches "/sessions/user"

I don’t know where the error is, any help is appreciated

I put all the relevant code in a line: https://gist.github.com/972058

early

+3
source share
2 answers

, . : . , . - , .

+3

All Articles