Sha256: eb4b1cd930fd69e1f805ed9d5fa4e9c732e53c178639f1f36c6c57331ab1b41f
Contents?: true
Size: 226 Bytes
Versions: 316
Compression:
Stored size: 226 Bytes
Contents
module ZuoraConnect class ApplicationController < ActionController::Base protect_from_forgery with: :exception before_action :authenticate_connect_app_request after_action :persist_connect_app_session end end
Version data entries
316 entries across 316 versions & 1 rubygems