Method: ByStar::Between#past_day

Defined in:
lib/by_star/between.rb

#past_day(options = {}) ⇒ Object



151
152
153
# File 'lib/by_star/between.rb', line 151

def past_day(options = {})
  between_times(Time.current - 1.day, Time.current, options)
end