class Orion::Server::Context::StrongParams

Overview

Strong params for nested parameters

Defined in:

orion/server/context_helpers.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

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

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

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