aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/tags/email_field.rb
blob: 0c3b9224fa895abf830abcdc25756a7a42685109 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

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