Skip to content

Commit

Permalink
aceitando params no method get v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marco singer committed Aug 9, 2010
1 parent 0d0a07e commit 6f28a14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/restfulie/client/http/request_builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def headers
# Path (e.g. http://restfulie.com/posts => /posts)
def path
host.path
host.query ? "#{host.path}?#{host.query}" : host.path
end

def get(params = {})
Expand Down

0 comments on commit 6f28a14

Please sign in to comment.