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

Commit

Permalink
Remove rack-raw-upload gem from documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jsteiner committed Aug 7, 2012
1 parent 011cfdd commit 01b5508
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Expand Up @@ -89,14 +89,7 @@ For instant file uploading:
# Gemfile
gem 'rails'
gem 'paperclip'
gem 'rack-raw-upload'
```

Using the `rack-raw-upload` gem allows for accessing the file posted to the
controller via `params[:file]`; this makes it incredibly easy to handle file
uploads.

```ruby
# app/models/asset.rb
class Asset < ActiveRecord::Base
has_attached_file :photo
Expand Down

0 comments on commit 01b5508

Please sign in to comment.