From d54729389bec2217a0a8fb1bfe023c421698a2b5 Mon Sep 17 00:00:00 2001 From: Neeraj Singh Date: Thu, 29 Apr 2010 15:19:52 -0400 Subject: [PATCH] removing the extra assignment statement [#4432 state:resolved] --- actionpack/lib/action_view/helpers/date_helper.rb | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/actionpack/lib/action_view/helpers/date_helper.rb b/actionpack/lib/action_view/helpers/date_helper.rb index 8e64dc7..7d846a0 100644 --- a/actionpack/lib/action_view/helpers/date_helper.rb +++ b/actionpack/lib/action_view/helpers/date_helper.rb @@ -928,7 +928,6 @@ module ActionView options[:include_position] = true options[:prefix] ||= @object_name options[:index] = @auto_index if @auto_index && !options.has_key?(:index) - options[:datetime_separator] ||= ' — ' DateTimeSelector.new(datetime, options, html_options) end -- 1.6.5.2