Sha256: fc2909b72b0893f07a5615a88b6648176cc0ee985c5d841ebfa76ef6ab64f665

Contents?: true

Size: 533 Bytes

Versions: 1

Compression:

Stored size: 533 Bytes

Contents

Spree Image Multi Upload
=====================

Allow Spree to upload multi product images at the same time

Requirements
------------

Extension in master branch depends on Spree 2.3.x.


Installation
------------

To use the last stable release of spree_image_multi_upload, add the following to your Gemfile:
```ruby
gem 'spree_image_multi_upload', :git => 'git://github.com/huyngvu/spree_image_multi_upload.git'
```

Now bundle up with:
```
bundle install
```

Now you should be able to boot up your server with:
```
rails s
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spree_image_multi_upload-1.0.0 README.md