aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/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