application_controller.rb 128 B

12345
  1. # frozen_string_literal: true
  2. class ApplicationController < ActionController::Base
  3. protect_from_forgery with: :exception
  4. end