Sha256: 83bdb3e20f48d342caa0dfd1a738e2aef2e8bad21c480e1065fb64a842303953

Contents?: true

Size: 436 Bytes

Versions: 11

Compression:

Stored size: 436 Bytes

Contents

Pageflow.configure do |config|
  config.paperclip_filesystem_root = Rails.root.join('tmp/attachments/test/filesystem')
  config.paperclip_s3_root = 'test-host'

  config.paperclip_s3_default_options.merge!(
    storage: :filesystem,
    url: '/system/s3/:class/:attachment/:id_partition/:style/:filename',
    path: ':rails_root/public:url'
  )
end

# Reconstruct current config to ensure config block above is used
Pageflow.configure!

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
pageflow-support-13.6.0 pageflow/dummy/config/pageflow.rb
pageflow-support-13.5.0 pageflow/dummy/config/pageflow.rb
pageflow-support-13.4.0 pageflow/dummy/config/pageflow.rb
pageflow-support-13.3.0 pageflow/dummy/config/pageflow.rb
pageflow-support-13.2.0 pageflow/dummy/config/pageflow.rb
pageflow-support-13.1.0 pageflow/dummy/config/pageflow.rb
pageflow-support-13.0.0 pageflow/dummy/config/pageflow.rb
pageflow-support-13.0.0.rc1 pageflow/dummy/config/pageflow.rb
pageflow-support-13.0.0.beta7 pageflow/dummy/config/pageflow.rb
pageflow-support-13.0.0.beta6 pageflow/dummy/config/pageflow.rb
pageflow-support-13.0.0.beta5 pageflow/dummy/config/pageflow.rb