module SyncMachine::Mongoid

Mongoid-specific functionality for SyncMachine.

Constants

VERSION

Public Class Methods

extended(base) click to toggle source
# File lib/sync_machine/mongoid.rb, line 16
def self.extended(base)
  SyncMachine.extended(base)
  base.extend SyncMachine
end