Class: Rango::StackController
- Inherits:
-
Controller
- Object
- Controller
- Rango::StackController
- Includes:
- ExplicitRendering, FiltersMixin, MessageMixin
- Defined in:
- lib/rango/stacks/controller.rb
Constant Summary
Constants included from Exceptions
Exceptions::ActionNotFound, Exceptions::ClientError, Exceptions::Error100, Exceptions::Error101, Exceptions::Error200, Exceptions::Error201, Exceptions::Error202, Exceptions::Error203, Exceptions::Error204, Exceptions::Error205, Exceptions::Error206, Exceptions::Error300, Exceptions::Error301, Exceptions::Error302, Exceptions::Error303, Exceptions::Error304, Exceptions::Error305, Exceptions::Error307, Exceptions::Error400, Exceptions::Error401, Exceptions::Error402, Exceptions::Error403, Exceptions::Error404, Exceptions::Error405, Exceptions::Error406, Exceptions::Error407, Exceptions::Error408, Exceptions::Error409, Exceptions::Error410, Exceptions::Error411, Exceptions::Error412, Exceptions::Error413, Exceptions::Error414, Exceptions::Error415, Exceptions::Error416, Exceptions::Error417, Exceptions::Error500, Exceptions::Error501, Exceptions::Error502, Exceptions::Error503, Exceptions::Error504, Exceptions::Error505, Exceptions::Informational, Exceptions::MultiPartParseError, Exceptions::ServerError, Exceptions::Successful
Instance Attribute Summary
Attributes inherited from Controller
Method Summary
Methods included from MessageMixin
Methods included from FiltersMixin
included, #invoke_action, #run_filters
Methods included from ExplicitRendering
#context, #context_keys, #get_context_value, #render, #scope, #set_context_value
Methods included from RenderMixin
Methods inherited from Controller
#absolute_uri, #action, call, dispatcher, #initialize, #invoke_action, #logger, #params, #redirect, #render_http_error, #request, #rescue_http_error, #response, #router_params, #run_action, #to_response
Methods included from UrlHelper
#crudtree_generator, #resource, #url
Constructor Details
This class inherits a constructor from Rango::Controller