Skip to content

Commit

Permalink
returning full url of document
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Ekins committed Feb 18, 2011
1 parent 53e375b commit 10524c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/home.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module Home
post '/' do
$count = $count+1
session["data#{$count}"] = request.env["rack.input"].read
$count.to_s
"http://json-store.heroku.com/#{$count.to_s}"
end
end

0 comments on commit 10524c2

Please sign in to comment.