Skip to content

Commit

Permalink
Remove deprecation message from Action Pack
Browse files Browse the repository at this point in the history
Related to the deprecation of Time.utc_time in favor of Time.utc,
in 48583f8.
  • Loading branch information
carlosantoniodasilva committed Dec 12, 2012
1 parent 2125a6a commit d4333ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/lib/action_view/helpers/tags/date_select.rb
Expand Up @@ -58,7 +58,7 @@ def default_datetime(options)
default[key] ||= time.send(key)
end

Time.utc_time(
Time.utc(
default[:year], default[:month], default[:day],
default[:hour], default[:min], default[:sec]
)
Expand Down

0 comments on commit d4333ed

Please sign in to comment.