Commenting out protect_from_forgery
- by Andy
Hi,
I was trying to use active record store but I kept getting an invalid authenticity token. Someone told me to remove my protect_from_forgery from application controller. I know that this would remove all auth tokens but I'm not sure if this is a good idea. Does active record store not need auth tokens?
By the way, all I need is a way to…