aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/helpers/fun/games_helper.rb
blob: 2d5e50f5a5f70dce46de457648502bef06ae305b (plain) (blame)
1
2
3
4
5
module Fun
  module GamesHelper
    def stratego() "Iz guuut!" end
  end
end