Sha256: 2a20716d188179d66699d5931bf3ebd02a94ce44d2d07e0636811c8d99083e63
Contents?: true
Size: 234 Bytes
Versions: 17
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
17 entries across 17 versions & 1 rubygems