Module: ROM::SQL::Plugin::Associates Private

Defined in:
lib/rom/sql/plugin/associates.rb

Overview

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

Make a command that automaticaly sets FK attribute on input tuples

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(klass) ⇒ 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.



11
12
13
14
# File 'lib/rom/sql/plugin/associates.rb', line 11

def self.included(klass)
  klass.extend(ClassMethods)
  super
end