engine/app/controllers/application_controller.rb

4 lines
82 B
Ruby
Raw Normal View History

class ApplicationController < ActionController::Base
2010-03-29 22:01:47 +00:00
protect_from_forgery
end