suweller / mongoid-autoinc

⬆ Auto incrementing fields for Mongoid documents
MIT License
62 stars 44 forks source link

Adds ability to specify the step of each increment #9

Closed mgartner closed 11 years ago

mgartner commented 11 years ago

Ok, another one from me. With this you can increment in different amounts, not just by 1 every time.

Also, if you don't think this is within the scope of this project, then I understand.

mgartner commented 11 years ago

Hmm found a problem. I'm taking this down until I can figure it out.