view app/controllers/application_controller.rb @ 252:49410cc6ffd6

Whoops, doesn't work with multi-process setup.
author edogawaconan <me@myconan.net>
date Thu, 10 Oct 2013 04:50:40 +0000
parents 4aa8194a1733
children dff632a63ada
line wrap: on
line source

class ApplicationController < ActionController::Base
  protect_from_forgery
end