This repository has been archived on 2024-08-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
redstoner.com/app/controllers/application_controller.rb
2013-05-18 22:46:56 +02:00

4 lines
80 B
Ruby

class ApplicationController < ActionController::Base
protect_from_forgery
end