method

link_to

rails latest stable - Class: PreviewDocs

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

link_to(name, url)
public

No documentation available.

# File tools/preview_docs.rb, line 39
  def link_to(name, url)
    "<a href=\"#{escape(url)}\">#{escape(name)}</a>"
  end