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