Module: Tire::Model::Persistence::Storage

Defined in:
lib/tire/model/persistence/storage.rb

Overview

Provides infrastructure for storing records in Elasticsearch.

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



9
10
11
12
13
14
# File 'lib/tire/model/persistence/storage.rb', line 9

def self.included(base)
  base.class_eval do
    extend  ClassMethods
    include InstanceMethods
  end
end