move tag path to the appropriate helper

This commit is contained in:
Aleksei Kvitinskii 2011-11-07 13:40:22 +02:00
parent ac9afe0d14
commit 060a2e2257
3 changed files with 7 additions and 2 deletions

View file

@ -0,0 +1,5 @@
module TagsHelper
def tag_path tag
"/tags/#{tag}"
end
end