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