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

Constant Summary

Constants included from Jets::Router::Helpers::CoreHelper

Jets::Router::Helpers::CoreHelper::CONTROLLER_DELEGATES

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

#action_name, #controller_name, #controller_paths, #dispatch!, #event_log, helper_method, #initialize, internal, #json_dump, #log_finish, #log_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_back, #redirect_to

Methods included from Jets::Controller::Params

#body_params, #filtered_parameters, #params, #path_params, #query_params, #request_params, #unescape_recursively

Methods included from Jets::Router::Helpers::NamedRoutesHelper

clear!

Methods included from Jets::Router::Helpers::CoreHelper

#polymorphic_path

Methods included from Jets::Controller::ForgeryProtection

#verify_authenticity_token

Methods included from Jets::Controller::Cookies

#cookies

Methods inherited from Jets::Lambda::Functions

inherited, #initialize, output_keys, subclasses

Methods included from Jets::Lambda::Dsl

#lambda_functions

Constructor Details

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