Module: ROM::Plugins::Command::Schema Private
- Defined in:
- core/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
- .included(klass) ⇒ Object private
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 'core/lib/rom/plugins/command/schema.rb', line 10 def self.included(klass) super klass.extend(ClassInterface) end |