Hi guys
Im sure this would have been asked before and I did a search but couldnt find anything.
Basically I have started a project under the impressions that it would be a little html and css altering at best however im having a problem with Ruby at the moment.
Things are loading ok in I.E 8, I can add users and create posts etc however Chrome throws the following error.
Code:
ActionController::InvalidAuthenticityToken in QuestionsController#create
ActionController::InvalidAuthenticityToken
I did a little reading and it is a security feature designed to prevent unauthorized access to the forms so I would like to keep this in my design.
I basically have no idea what I am supposed to do and where I need to make the necessary adjustments, totally lost. After a day of wrestling with MongoDB my head was a little fried.
Can anyone point me in the right direction?
Thanks Robert
I have attached the full error.