Class: ApplicationController

Inherits:
Jets::Controller::Base show all
Defined in:
lib/jets/turbo/project/app/controllers/application_controller.rb,
lib/jets/commands/templates/skeleton/app/controllers/application_controller.rb

Instance Attribute Summary

Attributes inherited from Jets::Controller::Base

#request, #response, #session

Attributes inherited from Jets::Lambda::Functions

#context, #event, #meth

Method Summary

Methods inherited from Jets::Controller::Base

authorization_type, #dispatch!, #initialize, internal, #json_dump, #log_info_start, process, #process!

Methods included from Jets::Controller::Rendering

#actual_host, #add_stage_name, #adjust_content_type!, #default_layout, #ensure_render, #managed_options, #normalize_options, #render, #url_for

Methods included from Jets::Controller::Redirection

#ensure_protocol, #redirect_to

Methods included from Jets::Controller::Params

#body_params, #params, #query_parameters

Methods included from Jets::Controller::Cookies

#cookies

Methods inherited from Jets::Lambda::Functions

inherited, #initialize, subclasses

Methods included from Jets::Lambda::Dsl

add_custom_resource_extensions, included, #lambda_functions

Constructor Details

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