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