application_controller.rb 97 B

123
  1. class ApplicationController < ActionController::Base
  2. protect_from_forgery with: :exception
  3. end