Class: ROM::Repository::Base Deprecated

Inherits:
ROM::Repository show all
Defined in:
lib/rom/repository.rb

Overview

Deprecated.

Constant Summary

Constants inherited from ROM::Repository

VERSION

Instance Attribute Summary

Attributes inherited from ROM::Repository

#container, #mappers, #relations

Class Method Summary collapse

Methods inherited from ROM::Repository

#changeset, #command, #initialize

Methods included from ClassInterface

#[], #commands, #inherited, #relations

Constructor Details

This class inherits a constructor from ROM::Repository

Class Method Details

.inherited(klass) ⇒ Object



54
55
56
57
# File 'lib/rom/repository.rb', line 54

def self.inherited(klass)
  super
  Deprecations.announce(self, 'inherit from Repository instead')
end