class Task::ShowCheckPage
- Task::ShowCheckPage
- BrowserAction
- Lucky::Action
- Reference
- Object
Overview
Checks the database for task_id of a TranscompileTask
task and displays it on successfull copmletion.
Included Modules
Defined in:
actions/task/show_check_page.crConstant Summary
-
AFTER_PIPES =
[] of Symbol
-
Checks the database for task_id of a
TranscompileTask
task and displays it on successfull copmletion. -
BEFORE_PIPES =
[verify_accepted_format, protect_from_forgery, set_floc_guard_header, test_backdoor, require_sign_in] of Symbol
-
Checks the database for task_id of a
TranscompileTask
task and displays it on successfull copmletion. -
EXPOSURES =
[current_user] of Symbol
-
Checks the database for task_id of a
TranscompileTask
task and displays it on successfull copmletion. -
PARAM_DECLARATIONS =
[] of Crystal::Macros::TypeDeclaration
-
Checks the database for task_id of a
TranscompileTask
task and displays it on successfull copmletion. -
ROUTE_SETTINGS =
{prefix: ""}
-
Checks the database for task_id of a
TranscompileTask
task and displays it on successfull copmletion. -
SKIPPED_PIPES =
[require_sign_in] of Symbol
-
Checks the database for task_id of a
TranscompileTask
task and displays it on successfull copmletion.
Class Method Summary
- .path(*args, **named_args) : String
- .path_without_query_params(task_id)
- .route(task_id, anchor : String | Nil = nil) : Lucky::RouteHelper
- .url(*args, **named_args) : String
- .url_without_query_params(task_id)
- .with(task_id, anchor : String | Nil = nil) : Lucky::RouteHelper