Sha256: 5c1a1c7d64c209aca21e7886608d82242a33a3249436ae512be04d024f0456c3
Contents?: true
Size: 216 Bytes
Versions: 1
Compression:
Stored size: 216 Bytes
Contents
module PicturesHelper def tag_link(tag_list) list = '' tag_list.each { |tag| list += link_to tag, { :controller => "tags", :action => "show", :id => tag } list += " " } list end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pictrails-0.5.0 | app/helpers/pictures_helper.rb |