module Tsuga::Adapter::Mongoid::Cluster
Public Class Methods
included(by)
click to toggle source
# File lib/tsuga/adapter/mongoid/cluster.rb, line 9 def self.included(by) by.send :include, Base by.send :include, Tsuga::Model::Cluster by.send :include, Tsuga::Adapter::Shared::Cluster by.extend ScopeMethods end