abstract class Orma::ModelAction

Extended Modules

Direct Known Subclasses

Defined in:

orma/model_action.cr

Class Method Summary

Instance Method Summary

Instance methods inherited from class Crumble::Turbo::Action

before_action_halted? before_action_halted?, controller controller, ctx : Crumble::Server::RequestContext ctx, path_match : Regex::MatchData path_match

Constructor methods inherited from class Crumble::Turbo::Action

new(ctx : Crumble::Server::RequestContext, path_match : Regex::MatchData) new

Class methods inherited from class Crumble::Turbo::Action

handle(ctx) : Bool handle, path_matcher : Regex path_matcher, uri_path : String uri_path

Class Method Detail

def self.path_matcher : Regex #

[View source]
def self.uri_path(model_id) : String #

[View source]

Instance Method Detail

def controller #

[View source]
abstract def model #

[View source]
abstract def model_action_controller #

[View source]
def model_id #

[View source]
abstract def model_template : IdentifiableView #

[View source]