aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/helpers/just_me_helper.rb
blob: 9b43fc6d4962b6d27fa7f016d2e71cc32acd972b (plain) (blame)
1
2
3
module JustMeHelper
  def me() "mine!" end
end