aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/tags.rb
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2012-01-17 00:00:42 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2012-01-17 00:05:31 -0300
commitf6fc352927ca1db03e4c0541a49845ac9e51573a (patch)
tree098a3e1c36759b35e8bfcc451f1c4d5ecf1461c0 /actionpack/lib/action_view/helpers/tags.rb
parentb69e449c512d68b54af3d15cdf2d92181c2817d7 (diff)
downloadrails-f6fc352927ca1db03e4c0541a49845ac9e51573a.tar.gz
rails-f6fc352927ca1db03e4c0541a49845ac9e51573a.tar.bz2
rails-f6fc352927ca1db03e4c0541a49845ac9e51573a.zip
Extract DatetimeSelect
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 cc8af5f417..89b3efda5f 100644
--- a/actionpack/lib/action_view/helpers/tags.rb
+++ b/actionpack/lib/action_view/helpers/tags.rb
@@ -22,6 +22,7 @@ module ActionView
autoload :TimeZoneSelect, 'action_view/helpers/tags/time_zone_select'
autoload :DateSelect, 'action_view/helpers/tags/date_select'
autoload :TimeSelect, 'action_view/helpers/tags/time_select'
+ autoload :DatetimeSelect, 'action_view/helpers/tags/datetime_select'
end
end
end