view app/controllers/application_controller.rb @ 81:d727fac4d4e5

Updated gems.
author Edho Arief <edho@myconan.net>
date Mon, 15 Oct 2012 03:43:40 -0700
parents 4aa8194a1733
children dff632a63ada
line wrap: on
line source

class ApplicationController < ActionController::Base
  protect_from_forgery
end