Files
crono/app/controllers/crono/application_controller.rb
T
2021-02-10 22:10:43 +01:00

6 lines
120 B
Ruby

module Crono
class ApplicationController < ActionController::Base
protect_from_forgery with: :exception
end
end