refinerycms-blog/spec/dummy/app/controllers/application_controller.rb
2011-08-10 17:03:37 -07:00

3 lines
80 B
Ruby

class ApplicationController < ActionController::Base
protect_from_forgery
end