app/controllers/zuora_connect/application_controller.rb
module ZuoraConnect class ApplicationController < ActionController::Base protect_from_forgery with: :exception before_filter :authenticate_connect_app_request after_filter :persist_connect_app_session end end