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).
If you have the same problem. Go to application.rb and uncomment the secret then restart.
Jun 11th, 2008 by L J Arthur Neil
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).
If you have the same problem. Go to application.rb and uncomment the secret then restart.
Thanks for your suggestion it was help full to me