Sha256: 468adc1e92c1affb88ccef9a6cece368a84e74405d3a3c4f0a10682a57c10bce
Contents?: true
Size: 280 Bytes
Versions: 8
Compression:
Stored size: 280 Bytes
Contents
class ApplicationController < ActionController::Base include Authenticate::Controller before_action :require_authentication # Prevent CSRF attacks by raising an exception. # For APIs, you may want to use :null_session instead. protect_from_forgery with: :exception end
Version data entries
8 entries across 8 versions & 1 rubygems