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

Version Path
activestorage-8.0.0 app/controllers/active_storage/base_controller.rb
activestorage-7.2.2 app/controllers/active_storage/base_controller.rb
activestorage-7.1.5 app/controllers/active_storage/base_controller.rb
activestorage-8.0.0.rc2 app/controllers/active_storage/base_controller.rb
activestorage-7.2.1.2 app/controllers/active_storage/base_controller.rb
activestorage-7.1.4.2 app/controllers/active_storage/base_controller.rb
activestorage-7.0.8.6 app/controllers/active_storage/base_controller.rb
activestorage-8.0.0.rc1 app/controllers/active_storage/base_controller.rb
activestorage-7.2.1.1 app/controllers/active_storage/base_controller.rb
activestorage-7.1.4.1 app/controllers/active_storage/base_controller.rb
activestorage-7.0.8.5 app/controllers/active_storage/base_controller.rb
activestorage-8.0.0.beta1 app/controllers/active_storage/base_controller.rb
omg-activestorage-8.0.0.alpha9 app/controllers/active_storage/base_controller.rb
omg-activestorage-8.0.0.alpha8 app/controllers/active_storage/base_controller.rb
omg-activestorage-8.0.0.alpha7 app/controllers/active_storage/base_controller.rb
omg-activestorage-8.0.0.alpha4 app/controllers/active_storage/base_controller.rb
omg-activestorage-8.0.0.alpha3 app/controllers/active_storage/base_controller.rb
activestorage-7.1.4 app/controllers/active_storage/base_controller.rb
activestorage-7.2.1 app/controllers/active_storage/base_controller.rb
activestorage-7.2.0 app/controllers/active_storage/base_controller.rb