class Base
Ruby on Rails 3.2.22.5
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
- # available_action?
- # controller_path
- # process
- self. abstract!
- self. action_methods
- self. clear_action_methods!
- self. controller_path
- self. hidden_actions
- self. internal_methods
- self. method_added
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
(6)
- # descendants
- # direct_descendants
- # inherited
- self. clear
- self. descendants
- self. direct_descendants
From Object
(18)
- # acts_like?
- # blank?
- # create_fixtures
- # duplicable?
- # html_safe?
- # in?
- # instance_variable_names
- # options
- # presence
- # present?
- # test_homepage
- # to_json
- # to_param
- # to_query
- # try
- # unescape
- # with_options
- self. table_name_prefix
From ActiveSupport::Concern
(3)
- # append_features
- # included
- self. extended