Sha256: d228c00ca86f9203971a0f4b3bf1a4ac1d2029122b54fcb5a7a73c102cfa8731
Contents?: true
Size: 234 Bytes
Versions: 9
Compression:
Stored size: 234 Bytes
Contents
# frozen-string-literal: true 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 end
Version data entries
9 entries across 9 versions & 1 rubygems