projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Tweak the namefinder results a bit more.
[rails.git]
/
app
/
helpers
/
application_helper.rb
1
module ApplicationHelper
2
def htmlize(text)
3
return sanitize(auto_link(simple_format(text), :urls))
4
end
5
end