Skip to content

Commit

Permalink
Removed function as no longer needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed Jun 15, 2010
1 parent c4e3815 commit 0fa7bda
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/helpers/application_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,4 @@ def model_name_to_sym models
def display_item_title item
item.class.to_s.eql?('Story')? item.scenario : item.title
end

def link_to_with_tooltip(link_title, link, tooltip)
link_to link_title, link, :title => tooltip
end
end

0 comments on commit 0fa7bda

Please sign in to comment.