class Orion::Controller::ParamHelpers::StrongParams

Overview

Strong params for nested parameters

Defined in:

orion/controller/param_helpers.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(params : ParamsHash, key : String) #

Instance Method Detail

def [](key : String | Symbol) : String #

def []?(key : String | Symbol) : String | Nil #

def permit(*keys : String | Symbol) : Hash(String, String) #