Module: AbstractController::Helpers

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

included

Instance Method Details

#_helpersObject



44
45
46
# File 'actionpack/lib/abstract_controller/helpers.rb', line 44

def _helpers
  self.class._helpers
end