Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Nov 10, 2009
1 parent 005755f commit 2f8be00
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion 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
Expand Down

0 comments on commit 2f8be00

Please sign in to comment.