aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/helpers/abc_helper.rb
blob: a743c7ee9a4fb3004ec009c662efd821c90f8b8b (plain) (blame)
1
2
3
4
# frozen_string_literal: true
module AbcHelper
  def bare_a() end
end