aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/tags.rb
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@plataformatec.com.br>2012-02-12 22:47:43 -0800
committerJosé Valim <jose.valim@plataformatec.com.br>2012-02-12 22:47:43 -0800
commit400bcaef19f837901e865836c0fe55c5b5420f2c (patch)
treedc0ac861ebd59942d967cc7de1ef543e94e21071 /actionpack/lib/action_view/helpers/tags.rb
parent97f7f3087223df8ab228f56108506e8b3f68abf5 (diff)
parentd6b26a6040db97a55e23a7f10f2e9ba859eb11dc (diff)
downloadrails-400bcaef19f837901e865836c0fe55c5b5420f2c.tar.gz
rails-400bcaef19f837901e865836c0fe55c5b5420f2c.tar.bz2
rails-400bcaef19f837901e865836c0fe55c5b5420f2c.zip
Merge pull request #5016 from exviva/form_helper_date_fields
Add HTML5 input[type="date"] helper
Diffstat (limited to 'actionpack/lib/action_view/helpers/tags.rb')
-rw-r--r--actionpack/lib/action_view/helpers/tags.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/lib/action_view/helpers/tags.rb b/actionpack/lib/action_view/helpers/tags.rb
index c480799fe3..3cf762877f 100644
--- a/actionpack/lib/action_view/helpers/tags.rb
+++ b/actionpack/lib/action_view/helpers/tags.rb
@@ -8,6 +8,7 @@ module ActionView
autoload :CollectionCheckBoxes
autoload :CollectionRadioButtons
autoload :CollectionSelect
+ autoload :DateField
autoload :DateSelect
autoload :DatetimeSelect
autoload :EmailField