Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/mikeki/varch
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Aude Morales committed Oct 26, 2011
2 parents 94d72f3 + 9a3a7f5 commit b19cdb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/source_codes_controller.rb
Expand Up @@ -151,7 +151,7 @@ def compare
source_code = SourceCode.find(index)
parametros[:files] << {:id => index, :code => source_code.code}
end
debugger
#debugger
request = Net::HTTP.post_form(URI.parse('http://localhost:3001/compare'), parametros)
end

Expand Down

0 comments on commit b19cdb5

Please sign in to comment.