Sha256: ff82402dbfd5014ac3d9213d772af4cb058658ef27b982e0c6dba554bd5042fa
Contents?: true
Size: 239 Bytes
Versions: 4
Compression:
Stored size: 239 Bytes
Contents
class ApplicationController < ActionController::Base include Authenticate::Controller # 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
4 entries across 4 versions & 1 rubygems