class Rails::Engine

def helpers_paths

Returns all registered helpers paths.
def helpers_paths
  paths["app/helpers"].existent
end