Mongoid::Uuid
Create fixed UUID v.1 field for mongoid > 3 models
Installation
Add this line to your application's Gemfile:
gem 'mongoid-uuid'
And then execute:
$ bundle
Or install it yourself as:
$ gem install mongoid-uuid
Usage
require 'mongoid'
require 'mongoid/uuid'
class Model
include Mongoid::Document
include Mongoid::Uuid
end
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request