class Contacts::Index

Defined in:

actions/contacts/index.cr

Constant Summary

AFTER_PIPES = [] of Symbol
BEFORE_PIPES = [verify_accepted_format, protect_from_forgery, set_floc_guard_header] of Symbol
EXPOSURES = [] of Symbol
PARAM_DECLARATIONS = [q : String | ::Nil, page : Int32 | ::Nil = 1, rows_only : Bool | ::Nil = false] of Crystal::Macros::TypeDeclaration
ROUTE_SETTINGS = {prefix: ""}
SKIPPED_PIPES = [] of Symbol

Class Method Summary

Instance Method Summary

Class methods inherited from class BrowserAction

_accepted_formats _accepted_formats

Class Method Detail

def self.path(*args, **named_args) : String #

def self.path_without_query_params #

def self.route(q = nil, page = nil, rows_only = nil, anchor : String | Nil = nil) : Lucky::RouteHelper #

def self.url(*args, **named_args) : String #

def self.url_without_query_params #

def self.with(q = nil, page = nil, rows_only = nil, anchor : String | Nil = nil) : Lucky::RouteHelper #

Instance Method Detail

def call #

def page : Int32 | Nil #

def q : String | Nil #

def rows_only : Bool | Nil #