summaryrefslogtreecommitdiff
path: root/lib/tasks/invite_code.rake
AgeCommit message (Collapse)Author
2015-10-13Replace Coupon Code gem for invite code creationankonym
Replacing the Coupon Code gem with base64/securerandom as suggested by Elijah.
2015-10-13Adjust the rake task to make id = invite codeankonym
This will simplify invite code deletion after running tests.
2015-09-28Add rake task for invite code batch generationankonym