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