Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #54 from tonycoco/master
Browse files Browse the repository at this point in the history
Fixing the upload problems with raw_post(s)
  • Loading branch information
danielmorrison committed Apr 8, 2013
2 parents 7bfbc75 + a77aa81 commit 1c6c6a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tinder/connection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def self.connection

def self.raw_connection
@raw_connection ||= Faraday.new do |builder|
builder.use Faraday::Request::Multipart
builder.use FaradayMiddleware::Mashify
builder.use FaradayMiddleware::ParseJson
builder.use Faraday::Response::RemoveWhitespace
Expand Down

0 comments on commit 1c6c6a4

Please sign in to comment.