1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

removing the extra assignment statement [#4432 state:resolved]

Signed-off-by: José Valim <jose.valim@gmail.com>
This commit is contained in:
Neeraj Singh 2010-04-29 15:19:52 -04:00 committed by José Valim
parent 883f27aa9a
commit a003a39bac

View file

@ -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] ||= ' &mdash; '
DateTimeSelector.new(datetime, options, html_options)
end