application_controller.rb 80 B

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