Skip to content

Instantly share code, notes, and snippets.

@tomoyukiinoue
Created October 14, 2012 13:13
Show Gist options
  • Select an option

  • Save tomoyukiinoue/3888525 to your computer and use it in GitHub Desktop.

Select an option

Save tomoyukiinoue/3888525 to your computer and use it in GitHub Desktop.
QRCode on rails
def generate_qr_image( url )
raw "http://chart.apis.google.com/chart?chs=150x150&cht=qr&chl=#{url}&choe=UTF-8"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment