Module ApplicationHelper
In: app/helpers/application_helper.rb

Methods added to this helper will be available to all templates in the application.

Methods

Public Instance methods

Returns HTML to create a link to the DwObject.

Similar to h, but this method will also automatically create links to replace any text between [[ and ]].

Attempts to create a link from the given text starting with [[ and ending in ]]. If a suitable object to link to cannot be found, returns plain text. Otherwise, calls generate_link to create a link to the DwObject.

[Validate]