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