Class: Hanami::Action::Params::DefaultContract Private
- Inherits:
-
Object
- Object
- Hanami::Action::Params::DefaultContract
- Defined in:
- lib/hanami/action/params.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Permits all params and returns them as symbolized keys. Stands in for a ‘Dry::Validation::Contract` when neither Hanami::Action.params nor Hanami::Action.contract are called.
Defined Under Namespace
Classes: Result
Class Method Summary collapse
- .call(attrs) ⇒ Object private