all_day()
Returns a Range representing the whole day of the current date/time.
# File activesupport/lib/active_support/core_ext/date_and_time/calculations.rb, line 298 def all_day beginning_of_day..end_of_day end