Sha256: 22049865bcc4e0b35a7e3d085590351c80bcd3b905714644daff43d91f8c1a5d
Contents?: true
Size: 268 Bytes
Versions: 57
Compression:
Stored size: 268 Bytes
Contents
# frozen_string_literal: true # The base class for all Active Storage controllers. class ActiveStorage::BaseController < ActionController::Base include ActiveStorage::SetCurrent protect_from_forgery with: :exception self.etag_with_template_digest = false end
Version data entries
57 entries across 56 versions & 6 rubygems