Module: ROM::Plugins::Command::Schema Private

Defined in:
lib/rom/plugins/command/schema.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.

Command plugin which sets input processing function via relation schema

Defined Under Namespace

Modules: ClassInterface

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.



10
11
12
13
# File 'lib/rom/plugins/command/schema.rb', line 10

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