authlogic_example icon indicating copy to clipboard operation
authlogic_example copied to clipboard

application layout needs CSRF meta tag for Rails 3

Open aliang opened this issue 15 years ago • 0 comments

To use this example app with Rails 3, you need to include the csrf_meta_tag in app/views/layouts/application.html.erb, or you'll get a javascript error when the code in rails.js executes.

aliang avatar Feb 19 '10 03:02 aliang