This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
orbit-4-1/calendar/test/dummy/app/controllers/application_controller.rb

4 lines
80 B
Ruby
Raw Normal View History

class ApplicationController < ActionController::Base
protect_from_forgery
end