Module: WebPipe::Params::Transf

Extended by:
Dry::Transformer::Registry
Defined in:
lib/web_pipe/extensions/params/params/transf.rb

Overview

Parameter transformations from dry-transformer.

Class Method Summary collapse

Class Method Details

.id(params) ⇒ Object



13
14
15
# File 'lib/web_pipe/extensions/params/params/transf.rb', line 13

def self.id(params)
  params
end