view app/controllers/application_controller.rb @ 185:c657dd0968e4

Update rails to latest version
author Edho Arief <edho@myconan.net>
date Mon, 18 Feb 2013 11:56:34 +0900
parents 4aa8194a1733
children dff632a63ada
line wrap: on
line source

class ApplicationController < ActionController::Base
  protect_from_forgery
end