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