method

lh

rails latest stable - Class: RailsGuides::Helpers

Method deprecated or moved

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

lh(id, label = "Lighthouse Ticket")
public

No documentation available.

# File railties/guides/rails_guides/helpers.rb, line 15
    def lh(id, label = "Lighthouse Ticket")
      url = "http://rails.lighthouseapp.com/projects/16213/tickets/#{id}"
      content_tag(:a, label, :href => url)
    end