Class: ApplicationController

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

Instance Attribute Summary

Attributes inherited from Jets::Controller::Base

#request

Attributes inherited from Jets::Lambda::Functions

#context, #event, #meth

Method Summary

Methods inherited from Jets::Controller::Base

#initialize, internal, process

Methods included from Jets::Controller::Params

#params

Methods included from Jets::Controller::Rendering

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

Methods included from Jets::Controller::Redirection

#ensure_protocol, #redirect_to

Methods inherited from Jets::Lambda::Functions

#initialize

Methods included from Jets::Lambda::Dsl

#lambda_functions

Constructor Details

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