class ActionController::SpecHelper
Included Modules
Defined in:
action-controller/spec_helper.cr
Constructors
Class Method Summary
Instance Method Summary
delete(path : String, &block : Action)
delete,
get(path : String, &block : Action)
get,
head(path : String, &block : Action)
head,
options(path : String, &block : Action)
options,
patch(path : String, &block : Action)
patch,
post(path : String, &block : Action)
post,
put(path : String, &block : Action)
put,
route_handler : RouteHandler
route_handler
Constructor Detail
Class Method Detail
Instance Method Detail