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