Sha256: 478460f09644b14c35fa0a4d6bf09589377a66f6df92abe5f4a17450eca82943
Contents?: true
Size: 235 Bytes
Versions: 270
Compression:
Stored size: 235 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
270 entries across 270 versions & 16 rubygems