Class: Clowne::Utils::Params::PassProxy

Inherits:
BaseProxy
  • Object
show all
Defined in:
lib/clowne/utils/params.rb

Instance Attribute Summary

Attributes inherited from BaseProxy

#value

Instance Method Summary collapse

Methods inherited from BaseProxy

#initialize

Constructor Details

This class inherits a constructor from Clowne::Utils::Params::BaseProxy

Instance Method Details

#permit(params:) ⇒ Object



21
22
23
# File 'lib/clowne/utils/params.rb', line 21

def permit(params:, **)
  params
end