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:
parent
883f27aa9a
commit
a003a39bac
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue