method
lh
v3.0.0 -
Show latest stable
- Class:
RailsGuides::Helpers
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