aboutsummaryrefslogblamecommitdiffstats
path: root/actionpack/test/fixtures/helpers/fun/games_helper.rb
blob: 3b7adce086801e58338dbb5fc8f85af450efceb7 (plain) (tree)
1
2
3
4
5



                                  
  
module Fun
  module GamesHelper
    def stratego() "Iz guuut!" end
  end
end