Sha256: 2afa460b6b3e411bea6ac762045aa1d19aff604c128bed02a08e2163a84b93d0

Contents?: true

Size: 564 Bytes

Versions: 5

Compression:

Stored size: 564 Bytes

Contents

EffectiveStorage.setup do |config|
  # Layout Settings
  # Configure the Layout per controller, or all at once
  # config.layout = { application: 'application', admin: 'admin' }

  # Perform authorization on ActiveStorage downloads
  # When false any request will be permitted (the default)
  config.authorize_active_storage = true

  # Do not delete ActiveStorage::Blobs
  config.never_delete = true

  # Skip Notifications for unauthorized active storage requests
  # config.skip_notification = true
  # config.skip_notification = ['Effective::Classified']

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
effective_storage-0.4.6 config/effective_storage.rb
effective_storage-0.4.5 config/effective_storage.rb
effective_storage-0.4.4 config/effective_storage.rb
effective_storage-0.4.3 config/effective_storage.rb
effective_storage-0.4.2 config/effective_storage.rb