aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/tags/url_field.rb
blob: 4c474a579feaef8fa5639d668b83ee8c57059d03 (plain) (blame)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true
module ActionView
  module Helpers
    module Tags # :nodoc:
      class UrlField < TextField # :nodoc:
      end
    end
  end
end