next_day(days = 1)
Returns a new time the specified number of days in the future.
# File activesupport/lib/active_support/core_ext/time/calculations.rb, line 361 def next_day(days = 1) advance(days: days) end