application_controller.rb 97 Bytes Edit Raw Blame History 1 2 3 class ApplicationController < ActionController::Base protect_from_forgery with: :exception end