app/controllers/zuora_connect/application_controller.rb



module ZuoraConnect
  class ApplicationController < ActionController::Base
    protect_from_forgery with: :exception
    before_filter :authenticate_request
  end
end