Sha256: 8216a03114c4d0fb62899f267084a780bc2f6efcbe87ff233aef3f81916cb7af
Contents?: true
Size: 240 Bytes
Versions: 7
Compression:
Stored size: 240 Bytes
Contents
class ApplicationController < ActionController::Base # Prevent CSRF attacks by raising an exception. # For APIs, you may want to use :null_session instead. protect_from_forgery with: :exception include Sublease::TenantSwitcher end
Version data entries
7 entries across 7 versions & 1 rubygems