module Marten::Handlers::Flash

Overview

Provides helpers methods to interact with the flash store.

Direct including types

Defined in:

marten/handlers/concerns/flash.cr

Instance Method Summary

Instance Method Detail

def flash(*args, **options) #

Returns the flash store for the considered request.


[View source]
def flash(*args, **options, &) #

Returns the flash store for the considered request.


[View source]