class
Orion::Controller::ParamHelpers::StrongParams
- Orion::Controller::ParamHelpers::StrongParams
- Reference
- Object
Overview
Strong params for nested parameters
Defined in:
orion/controller/param_helpers.crConstructors
Instance Method Summary
- #[](key : String | Symbol) : String
- #[]?(key : String | Symbol) : String | Nil
- #permit(*keys : String | Symbol) : Hash(String, String)