view app/controllers/application_controller.rb @ 232:e3468efc9ec9

Do check if we're on the right place
author Edho Arief <edho@myconan.net>
date Sat, 25 May 2013 12:15:27 +0900
parents 4aa8194a1733
children dff632a63ada
line wrap: on
line source

class ApplicationController < ActionController::Base
  protect_from_forgery
end