Skip to content

Instantly share code, notes, and snippets.

@aflorezd
aflorezd / dropbox_storage.rb
Created March 8, 2016 21:25
spreecommerce/solidus, use dropbox for storage images. (using gem paperclip-dropbox)
#initializer/dropbox_storage.rb
attachment_config = {
dropbox_credentials: Rails.root.join('config/dropbox.yml'),
storage: :dropbox,
styles: {
mini: "48x48>",
small: "100x100>",