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