Sha256: 0963ab37b7f235dfb29995f93b929fccbee7a7fa20d1352b9712259f5e5b8135
Contents?: true
Size: 336 Bytes
Versions: 7
Compression:
Stored size: 336 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 end
Version data entries
7 entries across 7 versions & 1 rubygems