Sha256: 39e413c454997b741abea4038fec2a00d24ada6303aeaf3368adf4895c211364
Contents?: true
Size: 188 Bytes
Versions: 7
Compression:
Stored size: 188 Bytes
Contents
require "rack-cas-rails" module IntegrationPal class ApplicationController < ActionController::Base protect_from_forgery with: :exception before_action :authenticate! end end
Version data entries
7 entries across 7 versions & 1 rubygems