diff options
| author | Ben Beltran <ben@nsovocal.com> | 2011-11-14 10:07:30 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2011-11-14 10:07:30 -0600 |
| commit | 8aee5d71386821b34a2ff7df28e610fe04037c09 (patch) | |
| tree | 4adf81271da364f876f9fddaee3b99d8e02a78cf | |
| parent | b316fed18eb47c27fcdbf8e2da4b248a6e00ce37 (diff) | |
| -rw-r--r-- | grita.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ get '/qr/:grito.png' do rpr_filepath = tmpfile.path + '.png' RQR::QRCode.create do |qr| - qr.save('http://#{request.host}/'+params[:grito], rpr_filepath) + qr.save("http://#{request.host}/"+params[:grito], rpr_filepath) end buffer = File.open(rpr_filepath).read |