aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/tags/tel_field.rb
blob: c95127a71484e92b36aa2ae8660e231ede687ea7 (plain) (blame)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true
module ActionView
  module Helpers
    module Tags # :nodoc:
      class TelField < TextField # :nodoc:
      end
    end
  end
end