Method: Octopus::Model::ClassMethods.extended

Defined in:
lib/octopus/model.rb

.extended(base) ⇒ Object



68
69
70
71
72
73
# File 'lib/octopus/model.rb', line 68

def self.extended(base)
  base.class_attribute(:replicated)
  base.class_attribute(:sharded)
  base.class_attribute(:allowed_shards)
  base.hijack_methods
end