Module: AbstractController::Helpers
- Extended by:
- Resolution, ActiveSupport::Concern
- Includes:
- ActiveSupport::Deprecation::DeprecatedConstantAccessor
- Included in:
- ActionController::ContentSecurityPolicy, ActionController::Helpers, ActionController::RequestForgeryProtection
- Defined in:
- 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
Instance Method Details
#_helpers ⇒ Object
44 45 46 |
# File 'lib/abstract_controller/helpers.rb', line 44 def _helpers self.class._helpers end |