README.md in s3_relay-0.3.2 vs README.md in s3_relay-0.4.0
- old
+ new
@@ -125,11 +125,11 @@
### Add virtual attributes to your controller's Strong Parameters config
```ruby
product_params = params.require(:product)
- .permit(:name, :new_icon_upload_uuid, new_photo_uploads_uuids: [])
+ .permit(:name, :new_icon_upload_uuids: [], new_photo_uploads_uuids: [])
@product = Product.new(product_params)
```
### Add file upload fields to your views
@@ -232,15 +232,9 @@
1. [Fork it](https://github.com/kjohnston/s3_relay/fork)
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. [Create a Pull Request](https://github.com/kjohnston/s3_relay/pull/new)
-
-## Contributors
-
-Many thanks go to the following who have contributed to making this gem even better:
-
-[your name here]
## License
* Freely distributable and licensed under the [MIT license](http://kjohnston.mit-license.org/license.html).
* Copyright (c) 2014 Kenny Johnston