projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix test failures
[rails.git]
/
app
/
helpers
/
notifier_helper.rb
1
module NotifierHelper
2
def fp(text)
3
format_paragraph(text, 72, 0)
4
end
5
end