view app/controllers/application_controller.rb @ 154:2b5ff3dea35c

Skip application init on precompile.
author Edho Arief <edho@myconan.net>
date Thu, 29 Nov 2012 00:15:57 +0700
parents 4aa8194a1733
children dff632a63ada
line wrap: on
line source

class ApplicationController < ActionController::Base
  protect_from_forgery
end