class Base
Ruby on Rails 7.0.10
Since v3.0.20AbstractController::Base is a low-level API. Nobody should be using it directly, and subclasses (like ActionController::Base) are expected to provide their own render method, since rendering means different things depending on the context.
Inherits from
Includes
Extends
Attributes
Methods (defined here)
- # action_methods
- # action_name
- # available_action?
- # controller_path
- # formats
- # performed?
- # process
- # response_body
- self. abstract!
- self. action_methods
- self. clear_action_methods!
- self. controller_path
- self. internal_methods
- self. method_added
- self. supports_path?
Private methods (6)
Show private methods Implementation detail — not part of the public API.
Used by
Subclasses (2)
Methods (inherited)
From ActiveSupport::Configurable
(1)
- # config
From ActiveSupport::DescendantsTracker
(8)
- # descendants
- # direct_descendants
- # inherited
- # subclasses
- self. descendants
- self. direct_descendants
- self. store_inherited
- self. subclasses
From Object
(16)
- # acts_like?
- # blank?
- # deep_dup
- # duplicable?
- # html_safe?
- # in?
- # instance_values
- # instance_variable_names
- # presence
- # presence_in
- # present?
- # to_param
- # to_query
- # try
- # try!
- # with_options
From ActiveRecord::TestFixtures
(4)
From ActiveSupport::Concern
(3)
- # class_methods
- # included
- # prepended