Method: Conflow::Redis::Model.included

Defined in:
lib/conflow/redis/model.rb

.included(base) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Extends base class with .field and .has_many methods



9
10
11
# File 'lib/conflow/redis/model.rb', line 9

def self.included(base)
  base.extend(ClassMethods)
end