From 2f8be00a14617022331099eb299535385b22ccd2 Mon Sep 17 00:00:00 2001 From: grosser Date: Tue, 10 Nov 2009 22:40:03 +0100 Subject: [PATCH] update readme --- README.markdown | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 5189a5f..884b409 100644 --- a/README.markdown +++ b/README.markdown @@ -1,8 +1,19 @@ -Rails plugin that adds redemption capability to a model for items like coupons, invitation codes, etc. +### Branch of acts_as_redeemable to: + - add tests + - remove unused :recipient_id + - use [ReadableRandom](http://github.com/grosser/readable_random) to generate codes (readable + non-insulting) + - use :expires_at (Rails default for times, still supports :expires_on) + - rename from Squeejee::Acts::Redeemable to ActsAsRedeemable + - add a nice Readme + - refactor + + +Rails plugin that adds redemption capability to a model for items like coupons, invitation codes, etc. Each redeemable gets a unique code upon creation that can be sent in an email or printed as a coupon code. Install ======= + sudo gem install ReadableRandom script/plugin install git://github.com/grosser/acts_as_redeemable.git Usage