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
/
fun
/
games_helper.rb
blob: 3b7adce086801e58338dbb5fc8f85af450efceb7 (
plain
) (
blame
)
1
2
3
4
5
module
Fun
module
GamesHelper
def
stratego
()
"Iz guuut!"
end
end
end