Skip to content

Commit

Permalink
Set Paperclip as the default storage strategy
Browse files Browse the repository at this point in the history
We keep Paperclip as the default strategy for new apps.
  • Loading branch information
elia authored and kennyadsl committed Jun 26, 2019
1 parent 54c51d3 commit 55abebe
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ Spree.config do |config|
# any inventory changes.
# config.inventory_cache_threshold = 3

# Enable Paperclip adapter for attachments on images and taxons
config.image_attachment_module = 'Spree::Image::PaperclipAttachment'
config.taxon_attachment_module = 'Spree::Taxon::PaperclipAttachment'

# Frontend:

Expand Down

0 comments on commit 55abebe

Please sign in to comment.