From 864d7575a3908f14ffc2830a6b2ea78a98756079 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Mon, 16 Jan 2012 21:42:54 -0300 Subject: Extract UrlField --- actionpack/lib/action_view/helpers/tags/url_field.rb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 actionpack/lib/action_view/helpers/tags/url_field.rb (limited to 'actionpack/lib/action_view/helpers/tags/url_field.rb') diff --git a/actionpack/lib/action_view/helpers/tags/url_field.rb b/actionpack/lib/action_view/helpers/tags/url_field.rb new file mode 100644 index 0000000000..1ffdfe0b3c --- /dev/null +++ b/actionpack/lib/action_view/helpers/tags/url_field.rb @@ -0,0 +1,8 @@ +module ActionView + module Helpers + module Tags + class UrlField < TextField #:nodoc: + end + end + end +end -- cgit v1.2.3