notebook/app/controllers/application_controller.rb
Andrew Brown bb7c5eeee4 rails app
2012-12-22 17:39:34 -06:00

4 lines
80 B
Ruby

class ApplicationController < ActionController::Base
protect_from_forgery
end