authlogic_example
authlogic_example copied to clipboard
application layout needs CSRF meta tag for Rails 3
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.