Skip to content
This repository was archived by the owner on Nov 11, 2017. It is now read-only.

Commit 01b5508

Browse files
committed
Remove rack-raw-upload gem from documentation
1 parent 011cfdd commit 01b5508

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,7 @@ For instant file uploading:
8989
# Gemfile
9090
gem 'rails'
9191
gem 'paperclip'
92-
gem 'rack-raw-upload'
93-
```
94-
95-
Using the `rack-raw-upload` gem allows for accessing the file posted to the
96-
controller via `params[:file]`; this makes it incredibly easy to handle file
97-
uploads.
9892

99-
```ruby
10093
# app/models/asset.rb
10194
class Asset < ActiveRecord::Base
10295
has_attached_file :photo

0 commit comments

Comments
 (0)