akam_roadmap/app/controllers/application_controller.rb
Tyrel Souza 5f3840dfde more
2024-07-05 01:10:21 +00:00

6 lines
204 B
Ruby
Executable File

class ApplicationController < ActionController::Base
# Prevent CSRF attacks by raising an exception.
# For APIs, you may want to use :null_session instead.
protect_from_forgery with: :exception
end