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:
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
source
share