Skip to content

Instantly share code, notes, and snippets.

View mattstenback's full-sized avatar

Matthew Stenback mattstenback

View GitHub Profile

Keybase proof

I hereby claim:

  • I am mattstenback on github.
  • I am mattstenback (https://keybase.io/mattstenback) on keybase.
  • I have a public key ASBNMgY47g-q_Neuh3Q3QQyTSp8F0iNFWrY-KwFHZm9A2wo

To claim this, I am signing this object:

@mattstenback
mattstenback / application_helper.rb
Created November 17, 2011 13:56
QR Code Helper
def qr_code(size, url)
"https://chart.googleapis.com/chart?cht=qr&chs=#{size}x#{size}&chl=#{CGI.escape(url)}"
end