Sha256: 265245aec830f020c6061dd241e5af60bc1eade4b056d5c976d857188e5ea806
Contents?: true
Size: 353 Bytes
Versions: 9
Compression:
Stored size: 353 Bytes
Contents
require 'digest/sha2' # encoding: utf-8 module Dynamoid #:nodoc: # Associate a document with another object: belongs_to, has_many, and has_and_belongs_to_many module Relations extend ActiveSupport::Concern included do class_attribute :indexes self.indexes = [] end module ClassMethods end end end
Version data entries
9 entries across 9 versions & 2 rubygems