Provides infrastructure for storing records in ElasticSearch.
# File lib/tire/model/persistence/storage.rb, line 10 def self.included(base) base.class_eval do extend ClassMethods include InstanceMethods end end