method

helpers_dir

rails latest stable - Class: ActionController::Helpers::ClassMethods

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.0.9) is shown here.

helpers_dir()
public

No documentation available.

# File actionpack/lib/action_controller/metal/helpers.rb, line 61
      def helpers_dir
        ActiveSupport::Deprecation.warn "helpers_dir is deprecated, use helpers_path instead", caller
        self.helpers_path
      end