Class: Date
Instance Method Summary collapse
Instance Method Details
#tomorrow? ⇒ Boolean
26 27 28 |
# File 'lib/ab_admin/core_ext/other.rb', line 26 def tomorrow? self.to_date == ::Date.tomorrow end |
26 27 28 |
# File 'lib/ab_admin/core_ext/other.rb', line 26 def tomorrow? self.to_date == ::Date.tomorrow end |