binarylogic/authlogic_example

application layout needs CSRF meta tag for Rails 3

Opened this issue · 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.