aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/helpers/me_too_helper.rb
blob: c6fc053dee4e3dac13921c741737735e6d669985 (plain) (blame)
1
2
3
4
5
# frozen_string_literal: true

module MeTooHelper
  def me() "me too!" end
end