aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/helpers/me_too_helper.rb
blob: e8eb1ea52ab1e703e13aa410872f1cf852f98420 (plain) (blame)
1
2
3
4
# frozen_string_literal: true
module MeTooHelper
  def me() "me too!" end
end