ActionController :: InvalidAuthenticityToken Rails beim Senden von Formular

// add this after form tag:    <%= token_tag %> 
Smiling Stork