view app/controllers/application_controller.rb @ 4:23178d3de796

Slim controller (this app barely has any function)
author Edho Arief <edho@myconan.net>
date Sun, 26 Aug 2012 11:33:42 -0700
parents 4aa8194a1733
children dff632a63ada
line wrap: on
line source

class ApplicationController < ActionController::Base
  protect_from_forgery
end