Method: SuperModel::Redis::Model.included

Defined in:
lib/supermodel/redis.rb

.included(base) ⇒ Object



161
162
163
164
# File 'lib/supermodel/redis.rb', line 161

def self.included(base)
  base.send :include, InstanceMethods
  base.send :extend,  ClassMethods
end