Skip to content

Commit

Permalink
updatd the ruby client readme doc to show kitchit how to create a user
Browse files Browse the repository at this point in the history
  • Loading branch information
Jareau Wade committed Oct 17, 2011
1 parent df5e1ca commit 27465e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.rdoc
Expand Up @@ -35,6 +35,12 @@ Poundpay is a payments platform for marketplaces

before_filter :verify_poundpay_callback

== Creating a user
@user = Poundpay::User.create(
:first_name => "Dart",
:last_name => "Master",
:email_address => "dart-master@example.com")


== Creating a payment

Expand Down

0 comments on commit 27465e0

Please sign in to comment.