Skip to content

Commit

Permalink
removing the extra assignment statement [#4432 state:resolved]
Browse files Browse the repository at this point in the history
Signed-off-by: José Valim <jose.valim@gmail.com>
  • Loading branch information
Neeraj Singh authored and josevalim committed Apr 30, 2010
1 parent 883f27a commit a003a39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion actionpack/lib/action_view/helpers/date_helper.rb
Expand Up @@ -928,7 +928,6 @@ def datetime_selector(options, html_options)
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
Expand Down

0 comments on commit a003a39

Please sign in to comment.