Skip to content

Commit

Permalink
Remove unneccessary function
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyken committed Dec 28, 2013
1 parent 3551a9b commit 50cbe69
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/helpers/tags_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,4 @@ def tags_for_dashboard(model)
end.html_safe
end

# Generate tag links for the asset landing page (shown on a sidebar).
#----------------------------------------------------------------------------
def tags_for_show(model)
model.tag_list.inject([]) do |arr, tag|
arr << link_to(tag, url_for(:action => "tagged", :id => tag), :title => tag)
end.join(" ").html_safe
end

end

0 comments on commit 50cbe69

Please sign in to comment.