aboutsummaryrefslogblamecommitdiffstats
path: root/actionpack/lib/action_view/helpers/tags/email_field.rb
blob: 45cde507d78d45ab26f0d1241d753ab606f58fd0 (plain) (tree)
1
2
3
4
5
6
7
8







                                           
module ActionView
  module Helpers
    module Tags
      class EmailField < TextField #:nodoc:
      end
    end
  end
end