views:

311

answers:

2

Does anyone know how the authenticity token is managed in rails 3? With all the unobtrusive javascript rails 3 articles showing how the html5 data attributes are used I don't see the authenticity token anywhere.

+1  A: 

config/initializers/secret_token.rb

Jarrod
+2  A: 
John Topley