index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
test
/
fixtures
/
helpers
/
me_too_helper.rb
blob: ce5604214333b4d804fb07dc265e229a34649429 (
plain
) (
blame
)
1
2
3
module
MeTooHelper
def
me
()
"me too!"
end
end