Module: ROM::SQL::Plugin::Timestamps Private

Defined in:
lib/rom/sql/plugin/timestamps.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 automatically fills in timestamp attributes on input tuples

Defined Under Namespace

Modules: ClassInterface, 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.



12
13
14
15
# File 'lib/rom/sql/plugin/timestamps.rb', line 12

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