Skip to content

Instantly share code, notes, and snippets.

View rebelvc's full-sized avatar

Charles Zhang rebelvc

View GitHub Profile
@rebelvc
rebelvc / callback.erb
Created November 6, 2012 23:55 — forked from amfeng/callback.erb
Stripe OAuth Example -- Ruby
<!doctype html>
<head>
<title>Stripe OAuth Example</title>
</head>
<body>
<%= @access_token %>
</body>
</html>