Module: ActionController
Overview
Action Controller is a module of Action Pack.
Action Controller provides a base controller class that can be subclassed to implement filters and actions to handle requests. The result of an action is typically content generated from views.
Class Method Summary
-
.add_renderer(key, &block)
See Renderers.add
-
.remove_renderer(key)
See Renderers.remove
- .deprecator Internal use only
::ActiveSupport::Autoload
- Extended
Class Method Details
.add_renderer(key, &block)
See Renderers.add
.deprecator
This method is for internal use only.
[ GitHub ]
# File 'actionpack/lib/action_controller/deprecator.rb', line 6
def self.deprecator # :nodoc: AbstractController.deprecator end
.remove_renderer(key)
See Renderers.remove