Module: AbstractController::Helpers
- Extended by:
- Resolution, ActiveSupport::Concern
- Included in:
- ActionController::ContentSecurityPolicy, ActionController::Helpers, ActionController::RequestForgeryProtection, ActionMailer::Base, ActionView::TestCase::Behavior
- Defined in:
- actionpack/lib/abstract_controller/helpers.rb
Defined Under Namespace
Modules: ClassMethods, Resolution
Instance Method Summary collapse
Methods included from ActiveSupport::Concern
append_features, class_methods, extended, included, prepend_features, prepended
Methods included from Resolution
all_helpers_from_path, helper_modules_from_paths, modules_for_helpers
Instance Method Details
#_helpers ⇒ Object
28 29 30 |
# File 'actionpack/lib/abstract_controller/helpers.rb', line 28 def _helpers self.class._helpers end |