Class: ApplicationController

Inherits:
Jets::Controller::Base show all
Defined in:
lib/jets/generators/overrides/app/templates/app/controllers/application_controller.rb

Instance Attribute Summary

Attributes inherited from Jets::Lambda::Functions

#context, #event, #meth

Method Summary

Methods inherited from Jets::Controller::Base

#initialize

Methods included from Jets::Controller::Decorate::Logging

#dispatch!, #event_log, #filter_json_log, #json_dump_log, #log_event?, #log_finish, #log_start, #processing_log

Methods included from Jets::Controller::Decorate::Redirecting

#_compute_redirect_to_location, #redirect_back

Methods included from Jets::Controller::Decorate::ApigwStage

#add_apigw_stage, #add_apigw_stage?

Methods included from Jets::Controller::Decorate::UrlFor

#url_for

Methods included from Jets::Controller::Handler

#process!

Methods included from Jets::Controller::Compat::Future

#raise_on_missing_callback_actions

Methods included from Jets::Controller::Compat::RouteSet

#initialize

Methods included from Jets::Controller::Compat::ActionController::Metal

#dispatch!, #initialize, #method_override!, #performed?, #response=, #response_body=

Methods included from Jets::Controller::Compat::AbstractController::Base

#action_name, #available_action?, #inspect, #performed?, #response_body

Methods inherited from Jets::Lambda::Functions

#_normalize_options, _prefixes, abstract!, inherited, #initialize, #logger, output_keys, subclasses

Methods included from Jets::Lambda::Dsl

#lambda_functions

Constructor Details

This class inherits a constructor from Jets::Controller::Base