Class: Jets::RackController
- Inherits:
-
Controller::Base
- Object
- Lambda::Functions
- Controller::Base
- Jets::RackController
- Defined in:
- lib/jets/internal/app/controllers/jets/rack_controller.rb
Instance Attribute Summary
Attributes inherited from Controller::Base
Attributes inherited from Lambda::Functions
Instance Method Summary collapse
-
#process ⇒ Object
Megamode.
Methods inherited from Controller::Base
#dispatch!, #initialize, internal, #json_dump, #log_info_start, process
Methods included from Controller::Rendering
#actual_host, #add_stage_name, #adjust_content_type!, #default_layout, #ensure_render, #managed_options, #normalize_options, #render, #url_for
Methods included from Controller::Redirection
#ensure_protocol, #redirect_to
Methods included from Controller::Params
#body_params, #params, #query_parameters
Methods included from Controller::Cookies
Methods inherited from Lambda::Functions
inherited, #initialize, subclasses
Methods included from Lambda::Dsl
add_custom_resource_extensions, included, #lambda_functions
Constructor Details
This class inherits a constructor from Jets::Controller::Base
Instance Method Details
#process ⇒ Object
Megamode
6 7 8 9 |
# File 'lib/jets/internal/app/controllers/jets/rack_controller.rb', line 6 def process resp = mega_request render(resp) end |