module ROM::Plugins::Command::Schema

Command plugin which sets input processing function via relation schema

@api private

Public Class Methods

included(klass) click to toggle source
Calls superclass method
# File lib/rom/plugins/command/schema.rb, line 10
def self.included(klass)
  super
  klass.extend(ClassInterface)
end