summaryrefslogtreecommitdiff
path: root/lib/tasks/invite_code.rake
AgeCommit message (Collapse)Author
2015-10-02Update rake task to allow generation of multi-use invitesankonym
The rake task now takes a second (optional) argument that sets the number of uses per invite code. If this is omitted, the default number of uses is 1. (This commit also contains some minor code cleanup that removes some stuff that I'd commented out but not removed.)
2015-09-28Add rake task for invite code batch generationankonym