module Mongoid::Bigbang

Constants

VERSION

Public Class Methods

clean() click to toggle source
# File lib/mongoid/bigbang.rb, line 11
def self.clean
  Mongoid::Bigbang::Generator.instance.clean
end
id_from_time(time) click to toggle source
# File lib/mongoid/bigbang.rb, line 7
def self.id_from_time(time)
  Mongoid::Bigbang::Generator.instance.id_from_time(time)
end