abstract class
Orma::ModelAction
- Orma::ModelAction
- Crumble::Turbo::Action
- Reference
- Object
Direct Known Subclasses
Defined in:
orma/model_action.crConstructors
- .new(ctx : Crumble::Server::HandlerContext, model)
- .new(request_ctx : Crumble::Server::RequestContext, model)
Class Method Summary
- .action_name : String
- .matched_handle(ctx, match)
- .model_not_found(ctx)
- .path_matcher : Regex
- .uri_path(model_id) : String
Macro Summary
Instance Method Summary
Instance methods inherited from class Crumble::Turbo::Action
action_form(**opts)
action_form,
before_action_halted?
before_action_halted?,
controller
controller,
custom_action_trigger(**opts)
custom_action_trigger,
handle
handle,
refresh_template
refresh_template,
uri_path : String
uri_path,
window_title : String | Nil
window_title
Constructor methods inherited from class Crumble::Turbo::Action
new(ctx : Crumble::Server::HandlerContext)new(request_ctx : Crumble::Server::RequestContext) new