Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
seamusabshere committed Apr 19, 2012
1 parent 61dd49c commit 65dc93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -33,7 +33,7 @@ Lots and lots of use in the [`earth` library](https://github.com/brighterplanet/
Airport.auto_upgrade!

class ApiResponse < ActiveRecord::Base
# store with: self.body = Zlib::Deflate.deflate(body, Zlib::BEST_SPEED)
# store with: self.raw_body = Zlib::Deflate.deflate(body, Zlib::BEST_SPEED)
# retrieve with: Zlib::Inflate.inflate(raw_body).force_encoding 'UTF-8'
# just an idea!
col :raw_body, :type => 'varbinary(16384)'
Expand Down

0 comments on commit 65dc93a

Please sign in to comment.