class ApplicationController < ActionController::Base protect_from_forgery def example end end