application_controller.rb 81 B

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