session problem in rails
- by piemesons
I am getting this error.
No :secret given to the #protect_from_forgery call. Set that or use a session store capable of generating its own keys (Cookie Session Store).
I deleted all the cookies, values from sessions table. Restarted my server.Still geting the same error and this code was working yesterday.