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) #

[View source]

Instance Method Detail

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

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

[View source]
def permit(*keys : String | Symbol) : Hash(String, String) #

[View source]