Class: Clowne::Utils::Params::NullProxy

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



27
28
29
# File 'lib/clowne/utils/params.rb', line 27

def permit(_params)
  {}
end