class ApplicationController < ActionController::Base protect_from_forgery with: :exception def balloon_not_found render "not_found" end end