Skip to content

Commit

Permalink
Net/HTTP fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbungee committed Jan 23, 2012
1 parent cf94192 commit 6ce50b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/source_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

class SourceController < ApplicationController
def get
@source = Net::HTTP.get params[:site]
@source = Net::HTTP.get URI(params[:site])
end
end

0 comments on commit 6ce50b3

Please sign in to comment.